homeserver/.woodpecker/gitleaks.yml

11 lines
198 B
YAML

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