github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/test/testdata/kubernetes/KSV030/denied.yaml (about) 1 --- 2 apiVersion: v1 3 kind: Pod 4 metadata: 5 name: hello-cpu-limit 6 spec: 7 containers: 8 - command: ["sh", "-c", "echo 'Hello' && sleep 1h"] 9 image: busybox 10 name: hello 11 securityContext: 12 seccompProfile: 13 type: LocalPort 14 localhostProfile: profiles/audit.json