github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/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