1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-11 18:37:16 +00:00
kyverno/test/conformance/kuttl/verifyImages/clusterpolicy/standard/rollback-image-verification
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 Modified annotation matching during rollback (#7752) 2023-07-24 08:10:07 +00:00
02-resource.yaml Modified annotation matching during rollback (#7752) 2023-07-24 08:10:07 +00:00
03-test.yaml Modified annotation matching during rollback (#7752) 2023-07-24 08:10:07 +00:00
04-assert.yaml Modified annotation matching during rollback (#7752) 2023-07-24 08:10:07 +00:00
deployment-assert.yaml Modified annotation matching during rollback (#7752) 2023-07-24 08:10:07 +00:00
deployment_new.yaml Modified annotation matching during rollback (#7752) 2023-07-24 08:10:07 +00:00
deployment_old.yaml Modified annotation matching during rollback (#7752) 2023-07-24 08:10:07 +00:00
policy-ready.yaml Modified annotation matching during rollback (#7752) 2023-07-24 08:10:07 +00:00
policy.yaml feat: migrate ignoreSCT from rekor to ctlog (#8166) 2023-08-30 08:39:49 +02:00
README.md Modified annotation matching during rollback (#7752) 2023-07-24 08:10:07 +00:00

Description

This test verifies images during rollback

Expected Behavior

This test creates a ClusterPolicy and Deployments, and when we perform a rollback, it will be successfully rolled back.

Reference Issue(s)

5363