The string here uses a character set with path.contains, which will not work in CEL. We need to use path.matches to use regex syntax.
The string here uses a character set with path.contains, which will not work in CEL. We need to use path.matches to use regex syntax.