docs 📝: Comment out allowlist rule for badge URLs in README
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 15s
PR check / handle_failures (pull_request) Successful in 2s
PR check / handle_success (pull_request) Has been skipped

Updated the README to comment out the allowlist rule for badge URLs, as it is no longer necessary.
This commit is contained in:
2026-02-14 10:03:00 +01:00
parent c9a6f0e092
commit dbd70e61ce

View File

@@ -9,10 +9,10 @@ title = "Gitleaks Config"
# # Add all placeholder-like patterns that trigger false positives
# regex = "cafebabe|deadbeef|DB_PASSWORD"
[[allowlist]]
description = "Ignore badge URLs in README"
filepath = "README.md"
regex = "https://img.shields.io"
# [[allowlist]]
# description = "Ignore badge URLs in README"
# filepath = "README.md"
# regex = "https://img.shields.io"
# ==========================
# Rules