Skip to content

Commit 6e3b9f4

Browse files
ci(secret-scanner): drop duplicate --fail from trufflehog extra_args (#14)
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 a540c7b commit 6e3b9f4

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
@@ -20,7 +20,7 @@ jobs:
2020
- name: TruffleHog Secret Scan
2121
uses: trufflesecurity/trufflehog@37b77001d0174ebec2fcca2bd83ff83a6d45a3ab # 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)