1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-11 10:26:54 +00:00
kyverno/test/conformance/kuttl/verifyImages/clusterpolicy/standard/failure-policy-test-noconfigmap-diffimage-success
Vishal Choudhary 62634af6aa
feat: migrate ignoreSCT from rekor to ctlog (#8166)
* feat: migrate ignoreSCT from rekor to ctlog

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

* fix: update tests for new crd

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

---------

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>
Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-08-30 08:39:49 +02:00
..
01-policy.yaml test: new kuttl test for image verify failure policy (#6788) 2023-04-05 11:11:49 +00:00
02-namespace.yaml test: new kuttl test for image verify failure policy (#6788) 2023-04-05 11:11:49 +00:00
03-create-bad-pod.yaml test: new kuttl test for image verify failure policy (#6788) 2023-04-05 11:11:49 +00:00
bad-pod.yaml test: new kuttl test for image verify failure policy (#6788) 2023-04-05 11:11:49 +00:00
policy-ready.yaml test: new kuttl test for image verify failure policy (#6788) 2023-04-05 11:11:49 +00:00
policy.yaml feat: migrate ignoreSCT from rekor to ctlog (#8166) 2023-08-30 08:39:49 +02:00
README.md test: new kuttl test for image verify failure policy (#6788) 2023-04-05 11:11:49 +00:00

Description

This test verifies that resource creation is not blocked if the failurePolicy is set to Ignore, when there is an error resolving context variables.

Expected Behavior

The pod should be created successfully.

Reference Issue(s)

https://github.com/kyverno/kyverno/issues/6742