mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 18:06:55 +00:00
* Improved testing to allow 'skip' status and fail if tested results do not exist Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu> * Ensure exit 0 is seen as failure when should be failure Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu>
10 lines
168 B
YAML
10 lines
168 B
YAML
name: test-simple
|
|
policies:
|
|
- policy.yaml
|
|
resources:
|
|
- resources.yaml
|
|
results:
|
|
- policy: missing
|
|
rule: validate-image-tag
|
|
resource: test
|
|
status: pass
|