docs 📝: Add new rule to detect Sidekiq secret in README.md #23

Merged
Jose merged 19 commits from dev into main 2026-02-14 11:02:56 +01:00
Showing only changes of commit 2d9aa39339 - Show all commits

View File

@@ -27,9 +27,10 @@ jobs:
run: |
gitleaks dir . \
--config .gitleaks.toml \
--redact=0 \
--redact=50 \
--verbose \
--exit-code 1
--exclude-files "README.md"
lint_test:
Review

[Score: 2] Potential security risk if sensitive information is present in the README file and it's being excluded from Gitleaks checks. Consider removing the exclusion if not necessary.

[Score: 2] Potential security risk if sensitive information is present in the README file and it's being excluded from Gitleaks checks. Consider removing the exclusion if not necessary. ```
name: lint tests