aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2024-01-26 22:52:16 +0100
committerMichael Grote2024-01-26 22:52:16 +0100
commit2f8c002f773447a6198339f49636f2c355f5c67c (patch)
treee3d767eed050800c01cfcc3141be422ed6a81978
parent12aca9e18e02b14bd97230f4e2dbe5291b86216a (diff)
ci: set tag for gitleaks
-rw-r--r--.woodpecker/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml
index 2b06e77..8cf013e 100644
--- a/.woodpecker/lint.yml
+++ b/.woodpecker/lint.yml
@@ -1,7 +1,7 @@
---
steps:
gitleaks:
- image: zricethezav/gitleaks:latest@sha256:6945c62ca019ead32bc337ab0c9fd055e98d82961765d38b7ccccc84dae95d0f
+ image: zricethezav/gitleaks:v8.18.0
commands:
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
when: