We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f41534 commit 3acde8cCopy full SHA for 3acde8c
1 file changed
common/global_config.yaml
@@ -67,7 +67,7 @@ logging:
67
regex: "Bearer\\s+[a-zA-Z0-9._\\-]{20,}"
68
placeholder: "[REDACTED_BEARER_TOKEN]"
69
- name: "GENERIC_KEY"
70
- regex: "(?i:(api[_-]?key|project[_-]?key|secret[_-]?key)[=:\\s]+['\"]?[a-zA-Z0-9_\\-]{16,}['\"]?)"
+ regex: "(?i:(?:api[_-]?key|project[_-]?key|secret[_-]?key)[=:\\s]+['\"]?[a-zA-Z0-9_\\-]{16,}['\"]?)"
71
placeholder: "[REDACTED_KEY]"
72
73
0 commit comments