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