diff options
| author | Renovate Bot | 2024-06-03 21:23:46 +0200 |
|---|---|---|
| committer | renovate | 2024-06-03 21:23:46 +0200 |
| commit | 33004e23a8ced83d5890054efab1c99ad43a7185 (patch) | |
| tree | b5bbfacf49a3abdd9480dc32104e0ad679cfc98f | |
| parent | cdc929da7b06feece4cca949f1bff4e4af443f85 (diff) | |
chore(deps): update zricethezav/gitleaks docker tag to v8.18.3 (#24)
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
| -rw-r--r-- | .woodpecker/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 00d3e2b..187ae1a 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: |