From 4f086b008d2617042e8797a40ed1b4653305e54a Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 26 Jan 2024 22:51:12 +0100 Subject: [PATCH] ci: set tag for gitleaks --- .woodpecker/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index ba36496..10596ee 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: