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 4955641 commit 25918f5Copy full SHA for 25918f5
2 files changed
.codacy.yml
@@ -22,8 +22,7 @@ exclude_paths:
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"
+ # Monitoring infrastructure templates — SMTP environment variable references
+ # in docker-compose look like credentials to static scanners. alertmanager.yml
+ # is gitignored (only .example is tracked).
29
- "docker-compose.monitoring.yml"
monitoring/alertmanager.yml monitoring/alertmanager.yml.examplemonitoring/alertmanager.yml renamed to monitoring/alertmanager.yml.example
0 commit comments