diff options
| author | Renovate Bot | 2024-02-06 20:31:35 +0100 |
|---|---|---|
| committer | Renovate Bot | 2024-02-06 20:31:35 +0100 |
| commit | 99d693e2a9d5f351be5973bbb3aeb2c82ab41e37 (patch) | |
| tree | 404f186a56018b893ca9ea8bf80b28ce744b6b9c /.woodpecker | |
| parent | 59f5dccfd0c0813d4d90cddaed430a0be836ebeb (diff) | |
chore(deps): update koalaman/shellcheck-alpine:latest docker digest to eed99e4
Diffstat (limited to '.woodpecker')
| -rw-r--r-- | .woodpecker/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index ba60b51..ceb0c5f 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -15,7 +15,7 @@ steps: - evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"' shellcheck: - image: "koalaman/shellcheck-alpine:latest@sha256:7b0682c5786633fc075f69852e5c7521767e8dcb512c43cf8041b022bdc98198" + image: "koalaman/shellcheck-alpine:latest@sha256:eed99e46acb69ede0f68db4fd8f1b3b00cc09d66cb7d4d6f1f6296bd8833932d" commands: - | find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do |