Skip to content

Commit 5cc352e

Browse files
committed
ci(secret-scanner): drop duplicate --fail from trufflehog extra_args
The trufflehog GitHub action passes --fail automatically. Passing it again via extra_args causes 'flag fail cannot be repeated'. Same fix as hyperpolymath/hypatia#227 and hyperpolymath/boj-server#59.
1 parent 70935c1 commit 5cc352e

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)