diff --git a/.gitleaks.toml b/.gitleaks.toml index d91c521..b3f6953 100644 --- a/.gitleaks.toml +++ b/.gitleaks.toml @@ -37,4 +37,11 @@ id = "generic-api-key-docs" description = "Ignore placeholder secrets in README.md" regex = "(?i)(api[_-]?key|secret|token)=\\S+" filepath = "README.md" -entropy = 10.0 # very high threshold, placeholders won't trigger \ No newline at end of file +entropy = 10.0 # very high threshold, placeholders won't trigger + +[[rules]] +id = "sidekiq-secret" +description = "Sidekiq Secret in README.md" +regex = "export BUNDLE_ENTERPRISE__CONTRIBSYS__COM=\\S+" +filepath = "README.md" +entropy = 5.5