homeserver/.woodpecker/gitleaks.yml
Michael Grote 154a6d6c41 add etckeeper (#649)
Reviewed-on: #649
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-01-26 15:01:00 +01:00

11 lines
198 B
YAML

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