Commit be58ce5
authored
ci(secret-scanner): drop duplicate --fail from trufflehog extra_args (#33)
The trufflehog GitHub Action passes `--fail` automatically. Passing it
again via `extra_args` causes:
```
trufflehog: error: flag 'fail' cannot be repeated
```
This unblocks the trufflehog gate.
Same fix as hyperpolymath/hypatia#227 and hyperpolymath/boj-server#59.1 parent 70935c1 commit be58ce5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments