Skip to content

Commit be58ce5

Browse files
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

File tree

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: TruffleHog Secret Scan
2222
uses: trufflesecurity/trufflehog@6c05c4a00b91aa542267d8e32a8254774799d68d # v3
2323
with:
24-
extra_args: --only-verified --fail
24+
extra_args: --only-verified
2525

2626
gitleaks:
2727
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)