From 276c438ff40d557a2ac7c9943fd4d108152e54b6 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 14 Feb 2026 10:21:31 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Reduce=20redaction=20le?= =?UTF-8?q?vel=20in=20Gitleaks=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lowered the redaction level in the Gitleaks configuration to improve log readability while maintaining security. --- .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 f66d3c5..4678800 100644 --- a/.gitea/workflows/pr-check.yaml +++ b/.gitea/workflows/pr-check.yaml @@ -27,7 +27,7 @@ jobs: run: | gitleaks dir . \ --config .gitleaks.toml \ - --redact=100 \ + --redact=0 \ --verbose \ --exit-code 1