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