Skip to content

Commit 4955641

Browse files
committed
chore: adjust codacy rules
1 parent d8205c6 commit 4955641

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.codacy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ exclude_paths:
2121
# payloads like '$MONGO_GT' and '`id`' must NOT expand. SC2034 (BASE_URL) is used
2222
# further down in the same script.
2323
- ".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

Comments
 (0)