eliasgranderubio / dagda

a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities
Apache License 2.0
1.15k stars 160 forks source link

Performance issue - Docker image evaluation process #34

Closed eliasgranderubio closed 5 years ago

eliasgranderubio commented 6 years ago

Short description

When the docker image evaluation process runs, this process take too much time and it could be optimized:

Solution

After evaluation the source code, a possible solution for this issue would be to run in a parallel way some analysis steps.

eliasgranderubio commented 5 years ago

Now, both dependencies analysis and malware analysis run in a parallel way into the docker image evaluation process.