Since OPA rego has deprecated any and all functions according to this issue open-policy-agent/opa#2437
there should be a fix for using any in the constraint template for example
is any/all replaced by some? or there is antoher solution?
https://github.com/open-policy-agent/gatekeeper-library/blob/master/library/general/allowedrepos/template.yaml#L31