isaudits / docker-gvm

Docker container stack for GVM / OpenVAS
49 stars 22 forks source link

gvm-21.4 ships with outdated openvas scanner #6

Open dreary-ennui opened 2 years ago

dreary-ennui commented 2 years ago

openvas scanner from image isaudits/gvm:gvm-21.4 (and :latest) ships with openvas scanner 21.4.1, latest available is 21.4.3. triggering outdated scan engine result.

ventu commented 2 years ago

I concur with this post, I'm also getting Scanner outdated results.

domihirt commented 2 years ago

I adjusted this on my local machine to use gvm_libs_version v21.4.3: (docker/build/Dockerfile)

ENV gvm_libs_version="v21.4.3" \
    openvas_scanner_version="v21.4.0" \
    gvmd_version="v21.4.3" \
    gsa_version="v21.4.3" \
    openvas_smb="v21.4.0"

But still having some problems :-(

donovan-shook commented 2 years ago

Any update on this issue? I'm getting the same results.

TheSlackOne commented 1 year ago

Same here. Any news after 8 months?

roberdaniel1978 commented 1 year ago

I think this is abandoned. Do you have plans to include 21.4.4 ?