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 569d32f commit dc81cc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/01-run-trofflehog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
extra_args: "--version "
extra_args: "--version -h"
- name: Install TruffleHog
run: |
python -m pip install --upgrade pip
pip install trufflehog
pip install --upgrade trufflehog
- name: Save TruffleHog Report to JSON file
run: |
trufflehog --json https://github.com/${{ github.repository }} > trufflehog_report.json
Expand Down

0 comments on commit dc81cc5

Please sign in to comment.