diff --git a/.github/linters/.hadolint.yml b/.github/linters/.hadolint.yml index b408c6b2..4ae5ed33 100644 --- a/.github/linters/.hadolint.yml +++ b/.github/linters/.hadolint.yml @@ -3,3 +3,6 @@ ## Hadolint config file ## ########################## ignored: + - DL4001 # Ignore wget and curl in same file + - DL4006 # ignore pipefail as we dont want to add layers + - DL3018 # We do pin version in pipfile.lock