ci: add gitleaks woodpecker pipeline
This commit is contained in:
parent
e14538eaf6
commit
606a4ad4c5
1 changed files with 14 additions and 0 deletions
14
.woodpecker/linting.yml
Normal file
14
.woodpecker/linting.yml
Normal 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"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue