Metrics exporter for Cloudflares Flan Scan vulnerability / network scanner
This is not an offical Cloudflare project.
go get -u github.com/MauveSoftware/flan_exporter
./flan_exporter -datasource.fs.report-path=/opt/flan/shared/reports
docker run -d --restart always --name flan_exporter -v /reports:/opt/flan/shared/reports -p 9711:9711 mauvesoftware/flan_exporter
or with an Google Cloud Storage backend:
docker run -d --restart always --name flan_exporter -e FLAN_DATASOURCE=gcloud -e FLAN_GCLOUD_BUCKET_NAME=my-bucket -v /app/gcloud_credentials.json:/path/to/credentials.json -p 9711:9711 mauvesoftware/flan_exporter
(c) Mauve Mailorder Software GmbH & Co. KG, 2020. Licensed under MIT license.