From 4d68c25228007796327c4045ff010e44fd945f88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 02:42:33 +0000 Subject: [PATCH] chore(deps): update zricethezav/gitleaks docker tag to v8.18.4 --- .woodpecker/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index c160c7d..52d7c59 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.4 commands: - gitleaks detect --no-git --verbose --source $CI_WORKSPACE when: