Skip to content

Commit 9ebd9f5

Browse files
committed
ignore more hadolint/shellcheck warnings
- SC2086 info: Double quote to prevent globbing and word splitting. - DL3003 warning: Use WORKDIR to switch to a directory
1 parent 06b2259 commit 9ebd9f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.hadolint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
ignored:
2+
- DL3003
23
- DL3008
34
- DL3009
45
- DL4001
6+
- SC2086
57
trustedRegistries:
68
- docker.io
79
- ghcr.io

0 commit comments

Comments
 (0)