github.com/datreeio/datree@v1.9.22-rc/pkg/policy/tests/61/fail/61-fail.yaml (about)

     1  apiVersion: v1
     2  kind: Pod
     3  metadata:
     4    name: myPod
     5  spec:
     6    securityContext:
     7      seccompProfile:
     8        type: Localhost
     9    containers:
    10      - name: nginx
    11        image: nginx:1.14.2
    12        ports:
    13          - containerPort: 80
    14    initContainers:
    15      - name: nginx
    16        image: nginx:1.14.2
    17        securityContext:
    18          seccompProfile:
    19            type: unconfined
    20        ports:
    21          - containerPort: 80