Skip to content

Commit e1860cc

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 0113989 commit e1860cc

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@8a8ef8526528d8a4ff3e2c90be08e25ef8efbd9b # 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)