ci: add gitleaks woodpecker pipeline
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/linting Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-15 19:24:25 +02:00
commit 606a4ad4c5

14
.woodpecker/linting.yml Normal file
View file

@ -0,0 +1,14 @@
---
when:
- event: "push"
branch: "main"
- event: "manual"
steps:
# gitleaks
- 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"