diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 5b9fc98..291f892 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -19,7 +19,7 @@ steps: - tag shellcheck: - image: registry.mgrote.net/allzweckcontainer@sha256:950a66ed251502529aa46d65a94865a5ddb11f747bc6c0849f3b4e6d8c08e556 + image: registry.mgrote.net/allzweckcontainer@sha256:97c3d59801cbb4483cb827dcd9668df2ec9044b060b93434a690b157adaaf02a commands: - | find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do