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 5dbf300 commit 569d32f
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 https://github.com/${{ github.repository }} --json > trufflehog_report.json
trufflehog --json https://github.com/${{ github.repository }} > trufflehog_report.json
- name: Upload TruffleHog Report
uses: actions/[email protected]
Expand Down

0 comments on commit 569d32f

Please sign in to comment.