1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 01:46:55 +00:00
kyverno/test/conformance/chainsaw/reports/background/exception-with-podsecurity
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
..
chainsaw-test.yaml feat: add chainsaw tests for exceptions (#9672) 2024-02-07 17:58:41 +08:00
exception.yaml chore: use v2 for exceptions in chainsaw tests (#10529) 2024-06-24 11:54:57 +00:00
pod.yaml feat: add chainsaw tests for exceptions (#9672) 2024-02-07 17:58:41 +08:00
policy-assert.yaml feat: add chainsaw tests for exceptions (#9672) 2024-02-07 17:58:41 +08:00
policy.yaml chore: rename validationFailureAction to failureAction under the rule (#10893) 2024-08-27 20:07:57 +00:00
README.md feat: add chainsaw tests for exceptions (#9672) 2024-02-07 17:58:41 +08:00
report-assert.yaml fix: return all the exceptions that match the incoming resource (#10722) 2024-07-25 17:36:19 +00:00

Description

This test creates a policy, a policy exception and a pod. It makes sure the generated background scan report contains a skipped result instead of a failed one.

Steps

    • Create a pod named nginx
    • Create a cluster policy
    • Assert the policy becomes ready
    • Create a policy exception for the cluster policy created above, configured to apply to pod named nginx
    • Assert that a policy report exists with a skipped result