Changed gitleaks to trufflehog
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 1m36s
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 1m36s
This commit is contained in:
parent
e8a2361475
commit
d0e48b5891
@ -10,7 +10,9 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run Gitleaks
|
- name: TruffleHog Secret Scan
|
||||||
uses: gitleaks/gitleaks-action@v2
|
uses: trufflesecurity/trufflehog@main
|
||||||
|
with:
|
||||||
|
extra_args: --only-verified
|
||||||
Loading…
x
Reference in New Issue
Block a user