chore 📦: Reduce redaction level in Gitleaks check
Some checks failed
ansible-lint / Ansible Lint (push) Successful in 12s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 30s
PR check / Gitleaks (pull_request) Failing after 4s
PR check / lint tests (pull_request) Successful in 14s
PR check / handle_failures (pull_request) Successful in 2s
PR check / handle_success (pull_request) Has been skipped

Lowered the redaction level in the Gitleaks configuration to improve log readability while maintaining security.
This commit is contained in:
2026-02-14 10:21:31 +01:00
parent 76f035768c
commit 276c438ff4

View File

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