Trying koalaman/shellcheck-alpine:latest to see if Lint error is resolved for secure_getenv: symbol not found

This commit is contained in:
David Murphy 2024-07-09 13:10:58 -06:00 committed by Daniel Wozniak
parent 2ba74d33bc
commit 4351f20a34
2 changed files with 4 additions and 2 deletions

View file

@ -103,7 +103,8 @@ jobs:
name: Lint
runs-on: ubuntu-latest
needs: collect-changed-files
container: koalaman/shellcheck-alpine:v0.7.0
## DGM container: koalaman/shellcheck-alpine:v0.7.0
container: koalaman/shellcheck-alpine:latest
if: github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
steps:
## DGM - uses: actions/checkout@v4

View file

@ -103,7 +103,8 @@ jobs:
name: Lint
runs-on: ubuntu-latest
needs: collect-changed-files
container: koalaman/shellcheck-alpine:v0.7.0
## DGM container: koalaman/shellcheck-alpine:v0.7.0
container: koalaman/shellcheck-alpine:latest
if: github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
steps:
## DGM - uses: actions/checkout@v4