We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8205c6 commit 4955641Copy full SHA for 4955641
1 file changed
.codacy.yml
@@ -21,3 +21,9 @@ exclude_paths:
21
# payloads like '$MONGO_GT' and '`id`' must NOT expand. SC2034 (BASE_URL) is used
22
# further down in the same script.
23
- ".pentest/**"
24
+
25
+ # Monitoring infrastructure templates — credential-looking keys (smtp_auth_password,
26
+ # SMTP_PASSWORD) are env var references, not hardcoded secrets. KICS/credential
27
+ # scanners produce false positives on these files.
28
+ - "monitoring/alertmanager.yml"
29
+ - "docker-compose.monitoring.yml"
0 commit comments