Skip to content

Commit 1bdd629

Browse files
authored
chore(hadolint): ignore shellcheck shebang
1 parent 94a3866 commit 1bdd629

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dockerfile-style.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
# DL3059 It's fine to have multiple consecutive runs
2222
# SC1072 This one seems spurious (related to `for` syntax)
2323
# SC2016 Ignore single-quotes (expansion not desired)
24-
ignore: 'DL3007,DL3018,DL3059,SC1072,SC2016'
24+
# SC1008 Ignore shebang check (RUN /binary not a script)
25+
ignore: 'DL3007,DL3018,DL3059,SC1072,SC2016,SC1008'
2526
dockerfile: ${{ inputs.dockerfile }}

0 commit comments

Comments
 (0)