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