chore 📦: Update Gitleaks configuration and README
Some checks failed
ansible-lint / Ansible Lint (push) Successful in 12s
Gitleaks Scan / gitleaks (push) Failing after 5s
Markdown Lint / markdown-lint (push) Successful in 5s

Add `--config-path .gitleaks.toml` to pr-check.yaml and create a new `.gitleaks.toml` file with allowlist and rules for security scanning. Rename 'API utilities' to 'Utilities' in the README.md table.
This commit is contained in:
2026-02-14 10:01:44 +01:00
parent e21f9bd002
commit c9a6f0e092
3 changed files with 32 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ jobs:
- name: Run Gitleaks
run: |
gitleaks dir . \
--config-path .gitleaks.toml \
--redact=10 \
--verbose \
--exit-code 1