From d42cc5e36f9e3f1cdde6a0da81ff1ba58b97a9a5 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 13 May 2026 23:01:19 +0100 Subject: [PATCH] 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. --- .github/workflows/secret-scanner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index 972800e..740b59d 100644 --- a/.github/workflows/secret-scanner.yml +++ b/.github/workflows/secret-scanner.yml @@ -20,7 +20,7 @@ jobs: - name: TruffleHog Secret Scan uses: trufflesecurity/trufflehog@37b77001d0174ebec2fcca2bd83ff83a6d45a3ab # v3 with: - extra_args: --only-verified --fail + extra_args: --only-verified gitleaks: runs-on: ubuntu-latest