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

     1  ---
     2  apiVersion: v1
     3  kind: Pod
     4  metadata:
     5    name: hello-selinux
     6  spec:
     7    securityContext:
     8      seLinuxOptions:
     9        type: custom
    10    containers:
    11      - command:
    12          - sh
    13          - "-c"
    14          - echo 'Hello' && sleep 1h
    15        image: busybox
    16        name: hello