Loading .github/workflows/check.yml +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ jobs: SHELLCHECK_OPTS: -x --source-path=src -e SC2001 -e SC2034 -e SC2064 -e SC2317 -e SC2153 - name: Lint Dockerfile uses: hadolint/hadolint-action@v3.1.0 uses: hadolint/hadolint-action@v3.2.0 with: dockerfile: Dockerfile ignore: DL3008,DL3003 Loading Loading
.github/workflows/check.yml +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ jobs: SHELLCHECK_OPTS: -x --source-path=src -e SC2001 -e SC2034 -e SC2064 -e SC2317 -e SC2153 - name: Lint Dockerfile uses: hadolint/hadolint-action@v3.1.0 uses: hadolint/hadolint-action@v3.2.0 with: dockerfile: Dockerfile ignore: DL3008,DL3003 Loading