github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/test/testdata/kubernetes/KSV015/allowed.yaml (about) 1 --- 2 apiVersion: v1 3 kind: Pod 4 metadata: 5 name: hello-cpu-limit 6 spec: 7 containers: 8 - command: 9 - sh 10 - "-c" 11 - echo 'Hello' && sleep 1h 12 image: busybox 13 name: hello 14 resources: 15 requests: 16 cpu: 250m