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
Charles-Edouard Brétéché 5a0ce6bb67
chore: bump chainsaw (#11161)
* chore: bump chainsaw

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* more template use

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* v0.2.10

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* go mod

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

---------

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-09-17 09:28:33 +00:00
..
chainsaw-test.yaml chore: bump chainsaw (#11161) 2024-09-17 09:28:33 +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