Skip to content

Commit

Permalink
fix(secret scanning): add continue-on-error (#143)
Browse files Browse the repository at this point in the history
* send failed result to panther

* rename variables

* remove unnecessary `<`

* add continue on error
  • Loading branch information
Jeffreyhung committed Sep 26, 2024
1 parent 98ced25 commit bcc3d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/secret-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
chmod +x /usr/local/bin/trufflehog
- name: Run TruffleHog scan
continue-on-error: true
id: scan
run: |
if [ -e .secret_scan_ignore ]; then
Expand Down

0 comments on commit bcc3d43

Please sign in to comment.