1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/test/conformance/chainsaw/verifyImages/clusterpolicy/standard/with-mutation
Charles-Edouard Brétéché 97f2d25aaa
chore: use more chainsaw step templates (#11296)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-10-03 09:10:11 +03:00
..
chainsaw-test.yaml chore: use more chainsaw step templates (#11296) 2024-10-03 09:10:11 +03:00
ns.yaml feat(mutate): don't eagerly process img-ver (#10703) 2024-08-12 14:59:27 +00:00
policy.yaml chore: use more chainsaw step templates (#11296) 2024-10-03 09:10:11 +03: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