Kics #93
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 10 warnings
Kics / Kics Scan
KICS scan failed with exit code 40
|
[MEDIUM] Container Traffic Not Bound To Host Interface:
tests/docker/kafka-docker-compose.yml#L22
Incoming container traffic should be bound to a specific host interface
|
[MEDIUM] Healthcheck Not Set:
.travis.yml#L60
Check containers periodically to see if they are running properly.
|
[MEDIUM] Healthcheck Not Set:
tests/docker/common.yml#L17
Check containers periodically to see if they are running properly.
|
[MEDIUM] Healthcheck Not Set:
tests/docker/kafka-docker-compose.yml#L17
Check containers periodically to see if they are running properly.
|
[MEDIUM] Host Namespace is Shared:
.travis.yml#L60
The hosts process namespace should not be shared by containers
|
[MEDIUM] Host Namespace is Shared:
tests/docker/kafka-docker-compose.yml#L17
The hosts process namespace should not be shared by containers
|
[MEDIUM] Host Namespace is Shared:
tests/docker/common.yml#L17
The hosts process namespace should not be shared by containers
|
[MEDIUM] Memory Not Limited:
tests/docker/common.yml#L17
Memory limits should be defined for each container. This prevents potential resource exhaustion by ensuring that containers consume not more than the designated amount of memory
|
[MEDIUM] Memory Not Limited:
tests/docker/kafka-docker-compose.yml#L17
Memory limits should be defined for each container. This prevents potential resource exhaustion by ensuring that containers consume not more than the designated amount of memory
|
[MEDIUM] Networks Not Set:
tests/docker/common.yml#L17
Setting networks in services ensures you are not using dockers default bridge (docker0), which shares traffic bewteen all containers.
|