aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker
diff options
context:
space:
mode:
authorRenovate Bot2024-02-06 20:05:19 +0100
committerRenovate Bot2024-02-06 20:05:19 +0100
commit857b372e0bcdff7e18effa38e01e8a50e43b7a3c (patch)
treeb9b927740b503af8928459768336276a8437c39e /.woodpecker
parent59bd5282d3d8c29db78746420b1b85930eec3bea (diff)
chore(deps): update koalaman/shellcheck-alpine:latest docker digest to eed99e4
Diffstat (limited to '.woodpecker')
-rw-r--r--.woodpecker/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml
index 71ad99d..06c04fc 100644
--- a/.woodpecker/lint.yml
+++ b/.woodpecker/lint.yml
@@ -19,7 +19,7 @@ steps:
- tag
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