fix: linting issue
All checks were successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/lint-test-release Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-18 17:40:30 +02:00
commit bc7051a106
2 changed files with 1 additions and 7 deletions

14
.woodpecker/gitleaks.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"