github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/test/testdata/kubernetes/optional/KSV004/allowed.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