Skip to content

Commit e47f679

Browse files
hyperpolymathclaude
andcommitted
fix(ci): remove duplicate --fail flag from trufflehog extra_args
The trufflehog action already passes --fail internally. Having it in extra_args causes "flag 'fail' cannot be repeated" error. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bdc3699 commit e47f679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/secret-scanner.yml

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

2525
gitleaks:
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)