ci: set tag for gitleaks

This commit is contained in:
Michael Grote 2024-01-26 22:53:13 +01:00
parent c6cac824f8
commit 56529e4949
1 changed files with 1 additions and 1 deletions

View File

@ -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: