fix 🐛: Increase redaction level in PR check workflow
Some checks failed
ansible-lint / Ansible Lint (push) Successful in 11s
Gitleaks Scan / gitleaks (push) Successful in 4s
ai-reviews / Review PR (pull_request) Successful in 24s
Markdown Lint / markdown-lint (push) Successful in 5s
PR check / Gitleaks (pull_request) Failing after 4s
PR check / lint tests (pull_request) Successful in 16s
PR check / handle_failures (pull_request) Successful in 2s
PR check / handle_success (pull_request) Has been skipped

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.
This commit is contained in:
2026-02-14 10:18:55 +01:00
parent eb5bde86d6
commit 76f035768c

View File

@@ -27,7 +27,7 @@ jobs:
run: |
gitleaks dir . \
--config .gitleaks.toml \
--redact=false \
--redact=100 \
--verbose \
--exit-code 1