falkowich / gvm10-docker

Non Official - Greenbone Vulnerability Management version 10 Docker image
29 stars 12 forks source link

Alerts using External SMTP Server and CERT, SCAP and NVTs update automatization #25

Closed sfrod closed 4 years ago

sfrod commented 4 years ago

Hey,

This version allows to use the Alert feature of GVM as well as to update the CERT, SCAP and NVTs' database every week.

Use following syntax to pass the environment variable for the respective run call:

With Docker-compose : Replace with the smtp server's fully qualified domain name. MAILHUB=<smtp-server> docker-compose up -d

With Docker run: Replace with the smtp server's fully qualified domain name. IMPORTANT: must be run with --hostname gvm . docker run \ -p 443:443 \ -v gvm:/usr/local/var/lib/gvm \ -v psql:/var/lib/postgresql/ \ --name gvm10 \ --hostname gvm \ -e MAILHUB=<smtp-server> -d falkowich/gvm10:psql

Further information: