Skip to content

Commit 4cb8d62

Browse files
committed
ignore AVD-DS-0026 in trivy scan
Ignore AVD-DS-0026 (missing HEALTHCHECK in Dockerfile) reported in `files/Dockerfile`, which is used to build `devenv` service container image. `devenv` service container is used to run an interactive shell and having `HEALTHCHECK` in such a service doesn't make sense.
1 parent 254a912 commit 4cb8d62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.trivyignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ignore missing HEALTHCHECK in Dockerfile - devenv service from files/Dockerfile doesn't need it:
2+
AVD-DS-0026

0 commit comments

Comments
 (0)