openvas-docker icon indicating copy to clipboard operation
openvas-docker copied to clipboard

Docker script for OpenVAS with script for scan scan automation

Results 2 openvas-docker issues
Sort by recently updated
recently updated
newest added

I am unable to get the --no-ping option in run_scan.py to work. The parser code is setting its value to "false" instead of "true". Thus the test later in the...

Change the Base image from mikesplain/openvas-docker to atomicorp/openvas (https://github.com/Atomicorp/openvas). The mikesplain/openvas is no longer maintained and contains errors. atomicorp/openvas is a fork from mikesplain/openvas and has better maintenance. Fixes #10

enhancement