homeserver/.woodpecker/gitleaks.yml
2024-01-25 19:39:38 +01:00

10 lines
198 B
YAML

---
steps:
gitleaks:
image: zricethezav/gitleaks:latest
commands:
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
when:
event:
exclude:
- tag