github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/test/testdata/kubernetes/KSV028/denied.yaml (about) 1 --- 2 apiVersion: v1 3 kind: Pod 4 metadata: 5 name: hello-volume-types 6 spec: 7 containers: 8 - command: 9 - sh 10 - "-c" 11 - echo 'Hello' && sleep 1h 12 image: busybox 13 name: hello 14 volumes: 15 - name: volume-a 16 scaleIO: 17 gateway: https://localhost:443/api 18 system: scaleio 19 protectionDomain: sd0 20 storagePool: sp1 21 volumeName: vol-a 22 secretRef: 23 name: sio-secret 24 fsType: xfs