From 19746cba0c673ab4b3b5ba793f8c13a0c3655c70 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 Jun 2024 02:09:25 +0200 Subject: [PATCH] chore(deps): update zricethezav/gitleaks docker tag to v8.18.3 (#11) 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: