diff options
| author | Michael Grote | 2024-01-26 22:53:05 +0100 |
|---|---|---|
| committer | Michael Grote | 2024-01-26 22:53:05 +0100 |
| commit | c6800a304446b3d511dddead052de01240370129 (patch) | |
| tree | 3c56930e1fb93ffd748e022f31cf1f32b81c2cb1 | |
| parent | 8e6472e491e236d58a668516692022736848c4cb (diff) | |
ci: set tag for gitleaks
| -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 94ae16c..b4c587c 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: |