chore 📦: Increase redaction length and exclude README.md in gitleaks check #21
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit increases the maximum redaction length for sensitive data in our codebase and updates the gitleaks configuration to exclude README.md files from scans. This ensures that we maintain a higher standard of security while avoiding false positives.
handle_failuresto run regardless of previous job resultsReview Summary
pr-check-yaml) containing various steps for CI checks, including leak testing and linting. Issues:@@ -1,4 +1,4 @@# ansible_role_proxmox_provision# README ansible_role_proxmox_provision[Score: 3] Changing '#' to a space could improve readability, as the '#' is not necessary for comments in markdown files.
@@ -11,3 +10,4 @@## 📌 Features✅ **Proxmox VE Optimized** - Specifically designed for Proxmox Virtual Environment⬜ **Idempotent** - Safe to run multiple times[Lines 12-13] [Score: 2] The use of emojis might not be necessary and should be considered for maintainability purposes. However, this is a minor issue.
@@ -18,7 +18,7 @@## 📊 Compatibility Matrix[Lines 18-19] [Score: 2] The use of emojis might not be necessary and should be considered for maintainability purposes. However, this is a minor issue.
[Score: 4] Potential security vulnerabilities by hard-coding sensitive values in the config file. Consider using environment variables or secure secret management systems instead.
[Score: 4] Potential security vulnerabilities by hard-coding sensitive values in the config file. Consider using environment variables or secure secret management systems instead.
[Score: 4] Potential security vulnerabilities by hard-coding sensitive values in the config file. Consider using environment variables or secure secret management systems instead.
❌ CI checks failed.
Leak: failure
Lint: success
Pull request closed