homeserver/.woodpecker/gitleaks.yml
Renovate Bot bcfa8e45a4
All checks were successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline was successful
chore(deps): update zricethezav/gitleaks docker tag to v8.18.3
2024-06-03 19:22:59 +00:00

11 lines
267 B
YAML

---
steps:
gitleaks:
image: zricethezav/gitleaks:v8.18.3
commands:
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
when:
- event: [push, pull_request, cron]
evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
...