We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83be956 commit 9f9dd97Copy full SHA for 9f9dd97
.trivyignore.yaml
@@ -66,3 +66,4 @@ misconfigurations:
66
paths:
67
- "**/taskwarrior-configmap.yaml" # false positive
68
- "apps/mariadb-galera/components/tls-wsrep/cm-sst-cnf.yaml" # false positive
69
+ - id: "AVD-KSV-0125"
apps/grafana/deployment.yaml
@@ -85,6 +85,10 @@ spec:
85
volumeMounts:
86
- name: "storage"
87
mountPath: "/var/lib/grafana"
88
+ - name: "tmp"
89
+ mountPath: "/tmp"
90
volumes:
91
92
emptyDir: {}
93
94
+ emptyDir: {}
0 commit comments