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

     1  ---
     2  apiVersion: v1
     3  kind: Pod
     4  metadata:
     5    name: hello-ipc
     6  spec:
     7    hostIPC: true
     8    containers:
     9      - command:
    10          - sh
    11          - "-c"
    12          - echo 'Hello' && sleep 1h
    13        image: busybox
    14        name: hello