1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 01:46:55 +00:00
kyverno/test/conformance/chainsaw/verifyImages/clusterpolicy/standard/with-mutation
gcp-cherry-pick-bot[bot] 1e46816e00
chore: bump chainsaw (#11161) (#11177)
* chore: bump chainsaw



* more template use



* v0.2.10



* go mod



---------

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-09-17 10:09:15 +00:00
..
chainsaw-test.yaml chore: bump chainsaw (#11161) (#11177) 2024-09-17 10:09:15 +00:00
img-cpol-assert.yaml feat(mutate): don't eagerly process img-ver (#10703) 2024-08-12 14:59:27 +00:00
img-cpol.yaml feat(mutate): don't eagerly process img-ver (#10703) 2024-08-12 14:59:27 +00:00
mut-cpol-assert.yaml feat(mutate): don't eagerly process img-ver (#10703) 2024-08-12 14:59:27 +00:00
mut-cpol.yaml feat(mutate): don't eagerly process img-ver (#10703) 2024-08-12 14:59:27 +00:00
ns.yaml feat(mutate): don't eagerly process img-ver (#10703) 2024-08-12 14:59:27 +00:00
README.md feat(mutate): don't eagerly process img-ver (#10703) 2024-08-12 14:59:27 +00:00
test-pod-assert.yaml feat(mutate): don't eagerly process img-ver (#10703) 2024-08-12 14:59:27 +00:00
test-pod.yaml feat(mutate): don't eagerly process img-ver (#10703) 2024-08-12 14:59:27 +00:00

Description

This test performs a simple verification of an image using a public key specified directly in the policy as well as mutate the image before the verification.

Expected Behavior

Pod creation should pass as the mutated image has been signed by the public key specified in the policy.

Reference Issue(s)

N/A