We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb1163 commit 331c613Copy full SHA for 331c613
.github/workflows/reusable-trufflehog.yml
@@ -26,12 +26,12 @@ jobs:
26
pip uninstall -y truffleHog || true
27
pip uninstall -y trufflehog || true
28
29
- - name: Install Trufflehog v3+ (official script)
+ - name: Install Trufflehog v3+
30
run: |
31
curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scripts/install.sh | sh -s -- -b /usr/local/bin
32
trufflehog --version
33
34
- - name: Run Trufflehog (full scan)
+ - name: Run Trufflehog
35
36
trufflehog filesystem . \
37
--json \
0 commit comments