Skip to content

Commit 331c613

Browse files
Findings
1 parent feb1163 commit 331c613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-trufflehog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
pip uninstall -y truffleHog || true
2727
pip uninstall -y trufflehog || true
2828
29-
- name: Install Trufflehog v3+ (official script)
29+
- name: Install Trufflehog v3+
3030
run: |
3131
curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scripts/install.sh | sh -s -- -b /usr/local/bin
3232
trufflehog --version
3333
34-
- name: Run Trufflehog (full scan)
34+
- name: Run Trufflehog
3535
run: |
3636
trufflehog filesystem . \
3737
--json \

0 commit comments

Comments
 (0)