1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/test/conformance/chainsaw/exceptions/background-mode/standard
gcp-cherry-pick-bot[bot] 1e46816e00
chore: bump chainsaw (#11161) (#11177)
* chore: bump chainsaw



* more template use



* v0.2.10



* go mod



---------

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-09-17 10:09:15 +00:00
..
chainsaw-test.yaml chore: bump chainsaw (#11161) (#11177) 2024-09-17 10:09:15 +00:00
exception-allowed.yaml chore: use v2 for exceptions in chainsaw tests (#10529) 2024-06-24 11:54:57 +00:00
exception-rejected.yaml chore: use v2 for exceptions in chainsaw tests (#10529) 2024-06-24 11:54:57 +00:00
README.md chore: migrate tests to chainsaw (#8997) 2023-11-24 00:02:22 +00:00

Description

This test creates policy exceptions with the spec.background field. It tests the usage of using components not available in background scans in exceptions.

Expected Behavior

The polex-right is expected to be created but the polex-wrong should fail due to having a component that isn't available in background scan.

Reference Issue(s)

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