From e6043a6e2fb103e1649391261bb41b3790606a8b Mon Sep 17 00:00:00 2001 From: devitway Date: Wed, 18 Mar 2026 12:48:05 +0000 Subject: [PATCH] fix: use project gitleaks config in CI, relax rules for documentation examples --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a91a122..8503cb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: run: | curl -sL https://github.com/gitleaks/gitleaks/releases/download/v8.21.2/gitleaks_8.21.2_linux_x64.tar.gz \ | tar xz -C /usr/local/bin gitleaks - gitleaks detect --source . --exit-code 1 --report-format sarif --report-path gitleaks.sarif + gitleaks detect --source . --config .gitleaks.toml --exit-code 1 --report-format sarif --report-path gitleaks.sarif # ── CVE in Rust dependencies ──────────────────────────────────────────── - name: Install cargo-audit