mikesplain / openvas-docker

A Docker container for Openvas
MIT License
762 stars 302 forks source link

Update README.md with NVT + CERT + SCAP database feeds #160

Closed naman closed 6 years ago

naman commented 6 years ago

According to this blog, (have confirmed, it works) I think it would be safe to add the following code snippet for those who want to update all the three databases

    greenbone-nvt-sync
    greenbone-certdata-sync
    greenbone-scapdata-sync
    openvasmd --update --verbose --progress

    /etc/init.d/openvas-manager restart
    /etc/init.d/openvas-scanner restart
mikesplain commented 6 years ago

@naman This should now be fixed via https://github.com/mikesplain/openvas-docker/pull/170

Thanks for the tips!