fix: linting issue
This commit is contained in:
parent
4e941a89a9
commit
bc7051a106
2 changed files with 1 additions and 7 deletions
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
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