docs 📝: Add new rule to detect Sidekiq secret in README.md #23
@@ -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:
|
||||
|
|
||||
name: lint tests
|
||||
|
||||
Reference in New Issue
Block a user
[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.