Skip to content

Commit bf59e76

Browse files
ci(secret-scanner): drop duplicate --fail from trufflehog extra_args (#2)
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 01c87a2 commit bf59e76

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@7ee2e0fdffec27d19ccbb8fb3dcf8a83b9d7f9e8 # 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)