From 8632c59017eb2ae4353a2b95b7d345e61abf740f Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 26 Jan 2024 22:51:35 +0100 Subject: ci: set tag for gitleaks --- .woodpecker/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.woodpecker') diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 3aefe4b..5ef8728 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -1,7 +1,7 @@ --- steps: gitleaks: - image: zricethezav/gitleaks:latest + image: zricethezav/gitleaks:v8.18.0 commands: - gitleaks detect --no-git --verbose --source $CI_WORKSPACE when: -- cgit v1.2.3