We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c2a51 commit 4fed7a7Copy full SHA for 4fed7a7
.github/workflows/trufflehog-scan.yaml
@@ -30,5 +30,7 @@ jobs:
30
curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scripts/install.sh | sh -s -- -b /usr/local/bin
31
- name: Run Trufflehog
32
run: |
33
+ git branch
34
+ git status
35
trufflehog git file://. --since-commit HEAD --only-verified --fail
36
0 commit comments