Configure Hadolint in a single location for both hooks and CI

This commit is contained in:
Trenton Holmes
2022-07-19 13:54:33 -07:00
parent daad634894
commit 329a317fdf
3 changed files with 9 additions and 10 deletions

8
.hadolint.yml Normal file
View File

@@ -0,0 +1,8 @@
failure-threshold: warning
ignored:
# https://github.com/hadolint/hadolint/wiki/DL3008
- DL3008
# https://github.com/hadolint/hadolint/wiki/DL3013
- DL3013
# https://github.com/hadolint/hadolint/wiki/DL3003
- DL3003