Skip to content

Commit bfae853

Browse files
Apply suggestions from code review
Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua>
1 parent edd0b91 commit bfae853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ RUN /install/trivy.sh
8585
# Checking binaries versions and write it to debug file
8686

8787
# 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
88+
# DL4006 - Not Applicable for /bin/sh in alpine images. Disable, as recommended by check itself
8989
# hadolint ignore=SC2086,DL4006
9090
RUN . /.env && \
9191
F=tools_versions_info && \

0 commit comments

Comments
 (0)