1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-12 10:56:54 +00:00
kyverno/test/conformance/kuttl/reports/background/verify-image-fail
Charles-Edouard Brétéché 2444b7c670
refactor: add per resource reports aggregation (#8426)
* refactor: add per resource reports aggregation

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

* added controller implementation

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

* clean

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

* fix

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

* fix

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

* fix

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

* fix kuttl tests

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

* fix

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

* fix kuttl tests

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

* vaps

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

---------

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-09-20 14:51:32 +08:00
..
01-pod.yaml test: bgscan report with image verification rule passing (#6728) 2023-03-29 22:49:09 +00:00
02-policy.yaml test: bgscan report with image verification rule passing (#6728) 2023-03-29 22:49:09 +00:00
03-report.yaml refactor: add per resource reports aggregation (#8426) 2023-09-20 14:51:32 +08:00
pod-assert.yaml test: bgscan report with image verification rule passing (#6728) 2023-03-29 22:49:09 +00:00
pod.yaml test: bgscan report with image verification rule passing (#6728) 2023-03-29 22:49:09 +00:00
policy-assert.yaml test: bgscan report with image verification rule passing (#6728) 2023-03-29 22:49:09 +00:00
policy.yaml feat: migrate ignoreSCT from rekor to ctlog (#8166) 2023-08-30 08:39:49 +02:00
README.md refactor: add per resource reports aggregation (#8426) 2023-09-20 14:51:32 +08:00
report-assert.yaml refactor: add per resource reports aggregation (#8426) 2023-09-20 14:51:32 +08:00

Title

This test creates pods using an unsigned or not correctly signed image. It then creates an image verification policy running in the background.

Note: the pods have to be created first because we don't want the policy to apply at admission time.

Expected Behavior

The pods are created and policy reports are generated with a fail result.