1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 18:06:55 +00:00
kyverno/test/conformance/chainsaw/verifyImages/clusterpolicy/standard/skip-image-reference
Mariam Fahmy 2140a0239b
chore: rename validationFailureAction to failureAction under the rule (#10893)
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
Co-authored-by: Jim Bugwadia <jim@nirmata.com>
2024-08-27 20:07:57 +00:00
..
bad.yaml feat: add skipImageReferences in verify images (#8633) 2024-01-23 12:27:39 +00:00
chainsaw-test.yaml feat: add skipImageReferences in verify images (#8633) 2024-01-23 12:27:39 +00:00
pod-assert.yaml feat: add skipImageReferences in verify images (#8633) 2024-01-23 12:27:39 +00:00
pod.yaml feat: add skipImageReferences in verify images (#8633) 2024-01-23 12:27:39 +00:00
policy-ready.yaml feat: add skipImageReferences in verify images (#8633) 2024-01-23 12:27:39 +00:00
policy.yaml chore: rename validationFailureAction to failureAction under the rule (#10893) 2024-08-27 20:07:57 +00:00
README.md feat: add skipImageReferences in verify images (#8633) 2024-01-23 12:27:39 +00:00
skipped-assert.yaml feat: add skipImageReferences in verify images (#8633) 2024-01-23 12:27:39 +00:00
skipped.yaml feat: add skipImageReferences in verify images (#8633) 2024-01-23 12:27:39 +00:00

Description

This test tests the exclude image references attribute.

Expected Behavior

This test creates a cluster policy with exclude image references attribute. The pod that is not excluded will be verified and the pod that is excluded will be skipped

Reference Issue(s)

8592