Skip to content

Commit 4fed7a7

Browse files
committed
Added Truffle scan in workflow check
1 parent 98c2a51 commit 4fed7a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/trufflehog-scan.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ jobs:
3030
curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scripts/install.sh | sh -s -- -b /usr/local/bin
3131
- name: Run Trufflehog
3232
run: |
33+
git branch
34+
git status
3335
trufflehog git file://. --since-commit HEAD --only-verified --fail
3436

0 commit comments

Comments
 (0)