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 edd0b91 commit bfae853Copy full SHA for bfae853
Dockerfile
@@ -85,7 +85,7 @@ RUN /install/trivy.sh
85
# Checking binaries versions and write it to debug file
86
87
# SC2086 - We do not need to quote "$F" variable, because it's not contain spaces
88
-# DL4006 - Not Applicable for for /bin/sh in alpine images. Disable, as recommended by check itself
+# DL4006 - Not Applicable for /bin/sh in alpine images. Disable, as recommended by check itself
89
# hadolint ignore=SC2086,DL4006
90
RUN . /.env && \
91
F=tools_versions_info && \
0 commit comments