feat: add gitleaks for woodpecker
All checks were successful
ci/woodpecker/manual/gitleaks Pipeline was successful
All checks were successful
ci/woodpecker/manual/gitleaks Pipeline was successful
This commit is contained in:
parent
add5131ec9
commit
63b8cf3d0b
1 changed files with 12 additions and 0 deletions
12
.woodpecker/gitleaks.yml
Normal file
12
.woodpecker/gitleaks.yml
Normal 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"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue