ci: set tag for gitleaks

This commit is contained in:
Michael Grote 2024-01-26 22:50:46 +01:00
parent be646d83c2
commit 3ef0f343ef

View file

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