fixing more lints

This commit is contained in:
Bret Fisher
2022-05-17 16:05:32 -04:00
parent f2602941f9
commit 2b02a35896
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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