Sandro

Results 891 comments of Sandro

It not fully prevents it, you can always ignore it.

I did some digging if I can find the relevant Manifest.toml, I couldn't but the image I scanned is based on a public one and with that the crash happens,...

I have no idea which of the 20 or so Julia dependency files this issue is coming from...

Are there any plans to adopt a rockspec file?

Would it be possible to make `import rego.v1` a noop when the rego version is set to v1 to make the code more portable?

I have migrated all my constrainttemplates to the new code/engine/source construct but I am unable to use libs like done here https://github.com/open-policy-agent/gatekeeper/blob/master/test/bats/tests/templates/k8scontainterlimits_template.yaml#L22-L133 and always received: ``template:14: rego_type_error: undefined function data.libs.lib.add_support_labels.from_helm_release``...

My ConstraintTemplate template without any helm templating: ```yaml --- # Source: gatekeeper/templates/constrainttemplate-deprecated-api-version.yaml apiVersion: templates.gatekeeper.sh/v1 kind: ConstraintTemplate metadata: name: gkdeprecatedapiversion spec: crd: spec: names: kind: GkDeprecatedApiVersion validation: # Schema for the...

> [@SuperSandro2000](https://github.com/SuperSandro2000) You need to migrate `libs` to code/engine/source construct as well. It should be a sibling field of `rego` and that should work. I haven't seen that as an...

My main source of confussion arose from the docs linked at https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.19.0 They mention things like the rego.v1 import which is just wrong for gatekeeper. > Do you want to...