gogitlabber/.woodpecker/linting.yml
Simon Cornet 606a4ad4c5
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
ci: add gitleaks woodpecker pipeline
2026-05-15 19:24:25 +02:00

14 lines
309 B
YAML

---
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"