github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/test/testdata/kubernetes/KSV014/denied.yaml (about)

     1  ---
     2  apiVersion: v1
     3  kind: Pod
     4  metadata:
     5    name: hello-fs-not-readonly
     6  spec:
     7    containers:
     8      - command:
     9          - sh
    10          - "-c"
    11          - echo 'Hello' && sleep 1h
    12        image: busybox
    13        name: hello
    14        securityContext:
    15          readOnlyRootFilesystem: false