Chip Zoller
Chip Zoller
PRs need to target the `main` branch.
That is up to the maintainers to decide.
Why are you thinking it's necessary to create a custom container image for this need?
Use the `imageData` context variable to access contents of manifests and config. See the docs [here](https://kyverno.io/docs/writing-policies/external-data-sources/#variables-from-image-registries).
After looking at the output of the `manifest` object, the key `manifests` is missing.
Awesome! Would really like to see Proof Manifests here of these changes in action.
Could you also show a mutation warning, please?
Good. Some other questions: 1. Have you made sure this is also applicable to `Policy` and not just `ClusterPolicy`? 2. Have you tested multiple rules where both rules would return...
Would also recommend a couple more basic Chainsaw tests that check stdout for the warning message, one for mutate and one for validate.
Must keep in mind that if a violating resource is observed both at admission time and background scans, the background scan result will overwrite the admission result therefore the source...