diff options
| author | Michael Grote | 2024-01-26 22:51:35 +0100 |
|---|---|---|
| committer | Michael Grote | 2024-01-26 22:51:35 +0100 |
| commit | 8632c59017eb2ae4353a2b95b7d345e61abf740f (patch) | |
| tree | 597ddeadcc85b845dbcce4d98d5253b744000e06 /.woodpecker | |
| parent | 8ff0fe76923452b9e2831f61707e1333aa455d1c (diff) | |
ci: set tag for gitleaks
Diffstat (limited to '.woodpecker')
| -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 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: |