Skip to content

Commit

Permalink
Change thog to send results to s3 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Metichecchia authored and Xavier Metichecchia committed Jul 11, 2024
1 parent d433506 commit e969126
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/thog_scan_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@ jobs:
- name: Install and Run Trufflehog Scan
id: trufflehog_scan
run: |
pwd
ls -al
curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scripts/install.sh | sh -s -- -b /usr/local/bin
trufflehog filesystem "/home/runner/work/px-benefit-finder/px-benefit-finder" --only-verified --json | jq . > truffleHogResults.json
trufflehog filesystem --directory="/home/runner/work/px-benefit-finder/px-benefit-finder" --debug --fail --only-verified --json > truffleHogResults.json
continue-on-error: true

- name: Check TruffleHog Results
Expand Down

0 comments on commit e969126

Please sign in to comment.