Skip to content

Commit

Permalink
Update 01-run-trofflehog.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Silabs-ThieuVu authored Nov 13, 2024
1 parent c81985f commit e72cfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/01-run-trofflehog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip install trufflehog
- name: Save TruffleHog Report to JSON file
run: |
trufflehog git --verson
trufflehog -h
trufflehog git --json https://github.com/${{ github.repository }} > trufflehog_report.json
- name: Upload TruffleHog Report
Expand Down

0 comments on commit e72cfb7

Please sign in to comment.