ci: set tag for gitleaks

This commit is contained in:
Michael Grote 2024-01-26 22:50:04 +01:00
parent 1e060849a2
commit bfdabddfb5

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: