1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/conformance/chainsaw/reports/background/exception
Mariam Fahmy f0564b3019
feat: re-evaluate policy exceptions for existing resources and modify reports accordingly (#8659)
* feat: re-evaluate policy exceptions for existing resources and modify reports accordingly

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>

* fix: use v2 of exceptions

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>

* fix chainsaw test

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>

* fix: use properties in the reports result

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>

* fix chainsaw tests

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>

---------

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
2024-01-17 10:00:15 -08:00
..
chainsaw-test.yaml feat: re-evaluate policy exceptions for existing resources and modify reports accordingly (#8659) 2024-01-17 10:00:15 -08:00
configmap.yaml chore: all chainsaw tests (#9011) 2023-11-24 11:17:58 +01:00
exception.yaml fix: set v2beta1 of exceptions the storage version (#9254) 2023-12-22 10:13:58 +00:00
policy-assert.yaml chore: all chainsaw tests (#9011) 2023-11-24 11:17:58 +01:00
policy.yaml chore: all chainsaw tests (#9011) 2023-11-24 11:17:58 +01:00
README.md feat: re-evaluate policy exceptions for existing resources and modify reports accordingly (#8659) 2024-01-17 10:00:15 -08:00
report-assert.yaml feat: re-evaluate policy exceptions for existing resources and modify reports accordingly (#8659) 2024-01-17 10:00:15 -08:00

Description

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

Steps

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

Reference Issue(s)

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