diff --git a/pod-security/subrule/restricted/restricted-exclude-capabilities/.kyverno-test/resource.yaml b/pod-security/subrule/restricted/restricted-exclude-capabilities/.kyverno-test/resource.yaml index a1ee0bcff..51cbeae27 100644 --- a/pod-security/subrule/restricted/restricted-exclude-capabilities/.kyverno-test/resource.yaml +++ b/pod-security/subrule/restricted/restricted-exclude-capabilities/.kyverno-test/resource.yaml @@ -5,7 +5,7 @@ metadata: spec: containers: - name: container01 - image: nginx:1.1.9 + image: ghcr.io/kyverno/test-nginx:latest securityContext: allowPrivilegeEscalation: false runAsNonRoot: true