Kics #105
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/kafka-docker-compose.yml#L17
Check containers periodically to see if they are running properly.
|
[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:
.travis.yml#L60
The hosts process namespace should not be shared by containers
|
[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:
.travis.yml#L60
Setting networks in services ensures you are not using dockers default bridge (docker0), which shares traffic bewteen all containers.
|
[MEDIUM] Pids Limit Not Set:
tests/docker/kafka-docker-compose.yml#L17
'pids_limit' should be set and different than -1
|
[MEDIUM] Security Opt Not Set:
.travis.yml#L60
Attribute 'security_opt' should be defined.
|
[MEDIUM] Security Opt Not Set:
tests/docker/kafka-docker-compose.yml#L17
Attribute 'security_opt' should be defined.
|