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