diff --git a/.github/linters/.hadolint.yaml b/.github/linters/.hadolint.yaml index 8df7f35..83fcb57 100644 --- a/.github/linters/.hadolint.yaml +++ b/.github/linters/.hadolint.yaml @@ -5,6 +5,8 @@ # hadolint ignore=DL3018 #RUN apk add --no-cache git +failure-threshold: error + # or just ignore rules repo-wide ignored: - DL3003 #ignore that we use cd sometimes diff --git a/shpod.sh b/shpod.sh index e06b27a..237820e 100755 --- a/shpod.sh +++ b/shpod.sh @@ -1,5 +1,5 @@ #!/bin/sh -# shellcheck disable=SC2083,SC2086 +# shellcheck disable=SC1083,SC2083,SC2086 # For more information about shpod, check it out on GitHub: # https://github.com/bretfisher/shpod if [ -f shpod.yaml ]; then