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 37c3fc5 commit 79e43adCopy full SHA for 79e43ad
Dockerfile
@@ -84,8 +84,9 @@ RUN /install/trivy.sh
84
85
# Checking binaries versions and write it to debug file
86
87
-# We do not use `echo` flags here, so it's false-positive
88
-# hadolint ignore=SC3037
+# SC3037 - We do not use `echo` flags here, so it's false-positive
+# DL4006 - Not Applicable for for /bin/sh in alpine images. Disable, as recommended by check itself
89
+# hadolint ignore=SC3037,DL4006
90
RUN . /.env && \
91
F=tools_versions_info && \
92
pre-commit --version >> $F && \
0 commit comments