Skip to content

Commit 79e43ad

Browse files
committed
One more check pop-up
1 parent 37c3fc5 commit 79e43ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ RUN /install/trivy.sh
8484

8585
# Checking binaries versions and write it to debug file
8686

87-
# We do not use `echo` flags here, so it's false-positive
88-
# hadolint ignore=SC3037
87+
# SC3037 - We do not use `echo` flags here, so it's false-positive
88+
# DL4006 - Not Applicable for for /bin/sh in alpine images. Disable, as recommended by check itself
89+
# hadolint ignore=SC3037,DL4006
8990
RUN . /.env && \
9091
F=tools_versions_info && \
9192
pre-commit --version >> $F && \

0 commit comments

Comments
 (0)