Try trufflehog action
This commit is contained in:
parent
c6549f8204
commit
287725306a
@ -12,7 +12,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run TruffleHog CLI
|
- name: TruffleHog Secret Scan
|
||||||
run: |
|
uses: trufflesecurity/trufflehog@main
|
||||||
curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scripts/install.sh | sudo sh -s -- -b /usr/local/bin
|
with:
|
||||||
trufflehog git file://$(pwd) --only-verified
|
# Optional: Add any extra CLI arguments here
|
||||||
|
extra_args: --only-verified
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user