From 7b5c802689e78939ed2bde2436542fd8b11d040c Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 14 Feb 2026 10:06:37 +0100 Subject: [PATCH] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Refactor=20Git?= =?UTF-8?q?leaks=20command=20option=20from=20--config-path=20to=20--config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the configuration path option for Gitleaks from '--config-path' to '--config' to simplify usage and improve consistency with other tools. --- .gitea/workflows/pr-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-check.yaml b/.gitea/workflows/pr-check.yaml index d967e7d..7b3c4ed 100644 --- a/.gitea/workflows/pr-check.yaml +++ b/.gitea/workflows/pr-check.yaml @@ -26,7 +26,7 @@ jobs: - name: Run Gitleaks run: | gitleaks dir . \ - --config-path .gitleaks.toml \ + --config .gitleaks.toml \ --redact=10 \ --verbose \ --exit-code 1