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

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