github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/test/testdata/kubernetes/KSV002/denied.yaml (about)

     1  ---
     2  apiVersion: v1
     3  kind: Pod
     4  metadata:
     5    annotations:
     6      container.apparmor.security.beta.kubernetes.io/hello: custom
     7    name: hello-apparmor
     8  spec:
     9    containers:
    10      - command:
    11          - sh
    12          - "-c"
    13          - echo 'Hello AppArmor!' && sleep 1h
    14        image: busybox
    15        name: hello