From bdac178fd06e9e5b46af1eb0d76ca9f6dfc8aeba Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 2 Feb 2024 22:10:15 +0100 Subject: [PATCH] ci: shellcheck, set tag instead of latest --- .woodpecker/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 758908f..a9ffea0 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -19,7 +19,7 @@ steps: - tag shellcheck: - image: registry.mgrote.net/allzweckcontainer@sha256:5ac77318fc5fd4c6b6670cc3e54d3bf0e8639e1b25d00af1a9ed41e7853ad4fb + image: "registry.mgrote.net/allzweckcontainer:1.0.120"@sha256:5ac77318fc5fd4c6b6670cc3e54d3bf0e8639e1b25d00af1a9ed41e7853ad4fb commands: - | find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do