mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 09:56:55 +00:00
11 lines
169 B
YAML
11 lines
169 B
YAML
|
name: test-simple
|
||
|
policies:
|
||
|
- policy.yaml
|
||
|
resources:
|
||
|
- resources.yaml
|
||
|
results:
|
||
|
- policy: disallow-latest-tag
|
||
|
rule: missing
|
||
|
resource: test
|
||
|
status: pass
|