homeserver/.woodpecker/gitleaks.yml
Michael Grote 04a75ae752 drone -> woodpecker (#593)
Reviewed-on: #593
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2023-11-07 16:35:27 +01:00

14 lines
241 B
YAML

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