feat(ci): add gitleaks
This commit is contained in:
parent
c2b11be16e
commit
eb7aa5c9c1
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ gitleaks:
|
||||||
stage: "gitleaks"
|
stage: "gitleaks"
|
||||||
image:
|
image:
|
||||||
name: "ghcr.io/gitleaks/gitleaks:latest"
|
name: "ghcr.io/gitleaks/gitleaks:latest"
|
||||||
|
variables:
|
||||||
|
GIT_DEPTH: 1
|
||||||
rules:
|
rules:
|
||||||
|
|
||||||
# run only on push to default branch
|
# run only on push to default branch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue