feat: add gitleaks for woodpecker
All checks were successful
ci/woodpecker/manual/gitleaks Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-11 12:13:54 +02:00
commit 63b8cf3d0b

12
.woodpecker/gitleaks.yml Normal file
View file

@ -0,0 +1,12 @@
---
when:
- event: "push"
branch: "main"
- event: "manual"
steps:
- name: "gitleaks"
# renovate: datasource=github-releases depName=gitleaks/gitleaks
image: "cr.simoncor.net/ghcr/gitleaks/gitleaks:v8.30.1"
commands:
- "gitleaks detect --source . --verbose --redact"