Add KICS exceptions for CPU/Memory limits in docker-compose
This commit is contained in:
10
kics.config
10
kics.config
@@ -23,3 +23,13 @@ exclude-queries:
|
|||||||
# Reason: We intentionally don't pin curl version to get security updates.
|
# Reason: We intentionally don't pin curl version to get security updates.
|
||||||
# This is documented with hadolint ignore comment in Dockerfile.
|
# This is documented with hadolint ignore comment in Dockerfile.
|
||||||
- 965a08d7-ef86-4f14-8792-4a3b2098937e
|
- 965a08d7-ef86-4f14-8792-4a3b2098937e
|
||||||
|
|
||||||
|
# Cpus Not Limited (LOW)
|
||||||
|
# Reason: Local development docker-compose files. Resource limits are set in
|
||||||
|
# production Kubernetes deployments via Helm values, not docker-compose.
|
||||||
|
- 6b610c50-99fb-4ef0-a5f3-e312fd945bc3
|
||||||
|
|
||||||
|
# Memory Not Limited (MEDIUM)
|
||||||
|
# Reason: Local development docker-compose files. Resource limits are set in
|
||||||
|
# production Kubernetes deployments via Helm values, not docker-compose.
|
||||||
|
- bb9ac4f7-e13b-423d-a010-c74a1bfbe492
|
||||||
|
|||||||
Reference in New Issue
Block a user