---
steps:
gitleaks:
image: zricethezav/gitleaks:v8.18.0
commands:
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
when:
event:
exclude:
- tag
hadolint:
image: pipelinecomponents/hadolint:0.25.9
- hadolint Dockerfile