From b3fe6eeed54f58d48894b8aa011b3e1c91fba8aa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 Jun 2024 02:09:34 +0200 Subject: [PATCH] chore(deps): update zricethezav/gitleaks docker tag to v8.18.3 (#17) Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .woodpecker/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index c677a77..c6463a7 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -1,7 +1,7 @@ --- steps: gitleaks: - image: zricethezav/gitleaks:v8.18.2 + image: zricethezav/gitleaks:v8.18.3 commands: - gitleaks detect --no-git --verbose --source $CI_WORKSPACE when: