diff --git a/.github/linters/.hadolint.yaml b/.github/linters/.hadolint.yaml index f8cbb9da2..bb5503b56 100644 --- a/.github/linters/.hadolint.yaml +++ b/.github/linters/.hadolint.yaml @@ -1 +1,6 @@ -failure-threshold: error +failure-threshold: warning +ignored: + - DL3008 # warning: Pin versions in apt get install. Instead of `apt-get install ` use `apt-get install =` + - DL3018 # warning: Pin versions in apk add. Instead of `apk add ` use `apk add =` + - DL3033 # warning: Specify version with `yum install -y -` + - DL3016 # warning: Pin versions in npm. Instead of `npm install ` use `npm install @`