mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 09:56:55 +00:00
18 lines
343 B
YAML
18 lines
343 B
YAML
name: test-registry
|
|
policies:
|
|
- image-example.yaml
|
|
resources:
|
|
- resources.yaml
|
|
results:
|
|
- kind: Pod
|
|
policy: images
|
|
resources:
|
|
- test-pod-with-non-root-user-image
|
|
result: pass
|
|
rule: only-allow-trusted-images
|
|
- kind: Pod
|
|
policy: images
|
|
resources:
|
|
- test-pod-with-trusted-registry
|
|
result: pass
|
|
rule: only-allow-trusted-images
|