aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker
diff options
context:
space:
mode:
authorMichael Grote2024-01-26 22:51:35 +0100
committerMichael Grote2024-01-26 22:51:35 +0100
commit8632c59017eb2ae4353a2b95b7d345e61abf740f (patch)
tree597ddeadcc85b845dbcce4d98d5253b744000e06 /.woodpecker
parent8ff0fe76923452b9e2831f61707e1333aa455d1c (diff)
ci: set tag for gitleaks
Diffstat (limited to '.woodpecker')
-rw-r--r--.woodpecker/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml
index 3aefe4b..5ef8728 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: