github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/test/testdata/kubernetes/KSV002/allowed.yaml (about)

     1  ---
     2  apiVersion: v1
     3  kind: Pod
     4  metadata:
     5    annotations:
     6      container.apparmor.security.beta.kubernetes.io/hello: runtime/default
     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