We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a3866 commit 1bdd629Copy full SHA for 1bdd629
1 file changed
.github/workflows/dockerfile-style.yml
@@ -21,5 +21,6 @@ jobs:
21
# DL3059 It's fine to have multiple consecutive runs
22
# SC1072 This one seems spurious (related to `for` syntax)
23
# SC2016 Ignore single-quotes (expansion not desired)
24
- ignore: 'DL3007,DL3018,DL3059,SC1072,SC2016'
+ # SC1008 Ignore shebang check (RUN /binary not a script)
25
+ ignore: 'DL3007,DL3018,DL3059,SC1072,SC2016,SC1008'
26
dockerfile: ${{ inputs.dockerfile }}
0 commit comments