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 159 forks source link

check result remains Analyzing #86

Open yyosioka opened 4 years ago

yyosioka commented 4 years ago

I ran the commands in the following order $docker-compose build $docker-compose up -d $docker exec -it dagda python3 dagda.py vuln --init $docker exec -it dagda python3 dagda.py check --docker_image alpine:3.10 $docker exec -it dagda python3 dagda.py history --docker_image alpine:3.10

The results will remain Analyzing over time! dagda4

the following information:

OS: [Ubuntu] OS Version: [18.0.4] Python version: [Python 3.6.9] Docker version [Docker version 19.03.12]

eliasgranderubio commented 3 years ago

Rerun your test after my last updates.

53845714nF commented 2 months ago

Hello, is the repo still being maintained?

Unfortunately, I have the same problem.

With the Docker compose of the repo.