Skip to content

Commit 9f9dd97

Browse files
ignore misconfig
1 parent 83be956 commit 9f9dd97

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.trivyignore.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ misconfigurations:
6666
paths:
6767
- "**/taskwarrior-configmap.yaml" # false positive
6868
- "apps/mariadb-galera/components/tls-wsrep/cm-sst-cnf.yaml" # false positive
69+
- id: "AVD-KSV-0125"

apps/grafana/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ spec:
8585
volumeMounts:
8686
- name: "storage"
8787
mountPath: "/var/lib/grafana"
88+
- name: "tmp"
89+
mountPath: "/tmp"
8890
volumes:
8991
- name: "storage"
9092
emptyDir: {}
93+
- name: "tmp"
94+
emptyDir: {}

0 commit comments

Comments
 (0)