From 76f035768c7200fa85a56625b73110c5cc3203a7 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 14 Feb 2026 10:18:55 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Increase=20redaction=20le?= =?UTF-8?q?vel=20in=20PR=20check=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change updates the redaction level from `false` to `100` in the `.gitea/workflows/pr-check.yaml` file. This ensures that more sensitive information is redacted during pull request checks, enhancing 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 afd5ce5..f66d3c5 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=false \ + --redact=100 \ --verbose \ --exit-code 1