Commit d49a712
authored
ci(secret-scanner): drop duplicate --fail from trufflehog extra_args (#108)
The v3 trufflehog action injects --fail automatically on pull_request
events; passing it again here triggers "flag 'fail' cannot be repeated"
and breaks every secret-scanner run. Aligns with hyperpolymath/rsr-template-repo#37.1 parent e6f2dbd commit d49a712
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
67 | | - | |
| 69 | + | |
0 commit comments