Skip to content

Commit bcc3d43

Browse files
authored
fix(secret scanning): add continue-on-error (#143)
* send failed result to panther * rename variables * remove unnecessary `<` * add continue on error
1 parent 98ced25 commit bcc3d43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/secret-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
chmod +x /usr/local/bin/trufflehog
5555
5656
- name: Run TruffleHog scan
57+
continue-on-error: true
5758
id: scan
5859
run: |
5960
if [ -e .secret_scan_ignore ]; then

0 commit comments

Comments
 (0)