I have started my Openvas container using the below docker image.
securecompliance/gvm latest fb51bb84ef57 7 days ago 2.47GB
docker run --detach --publish 8080:9392 --publish 5432:5432 --publish 2222:22 --env DB_PASSWORD="xx" --env PASSWORD="xx" --volume gvm-data:/data --name gvm securecompliance/gvm
After adding the host machine i have started my scan and it is showing 0% status all the time. and while checking in the container i am seeing the following.
==> /usr/local/var/log/gvm/gvmd.log <==
event task:MESSAGE:2021-03-05 10h11.24 UTC:21198: Status of task Openvas-Server (axx0f5-4c33-aa92-a5xx0c) has changed to Running
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1249 gvm 20 0 231048 116780 8152 S 0.3 2.3 1:48.61 gvmd: Waiting for incoming connections
So my scanning is not working and all the time it is showing 0%
I have started my Openvas container using the below docker image.
After adding the host machine i have started my scan and it is showing 0% status all the time. and while checking in the container i am seeing the following.
So my scanning is not working and all the time it is showing 0%