Description
Hi,
if I run the current Docker container with the report parameter I always get this message: time="Jan 15 01:38:55" level=error msg="Failed to read from JSON: Stdin is invalid: "
. No other output is created and no mail is sent.
Environment
vuls v0.2.0 8e77937 (Docker-Image, Tag latest, Image ID af4a684f4a87)
Docker version 1.12.6, build 78d1802
Server: Debian 8.6
Command: docker run --rm -v /home/service/vuls-data/ssh:/root/.ssh:ro -v /home/service/vuls-data/data/:/vuls -v /home/service/vuls-data/log/vuls/:/var/log/vuls -v /etc/localtime:/etc/localtime:ro vuls/vuls report -cvedb-path=/vuls/cve.sqlite3 -format-short-text -config=/vuls/config.toml -to-email -debug
The results directory is located directly within the mapped data directory. Have I missed something at the update to 0.2 or is this a bug?