Support Debian

This commit is contained in:
knqyf263
2017-04-22 17:02:35 +09:00
committed by kota kanbe
parent 2cec20c7ee
commit 10a27042b5
8 changed files with 295 additions and 32 deletions

View File

@@ -44,9 +44,10 @@ type Config struct {
CvssScoreOver float64
IgnoreUnscoredCves bool
SSHNative bool
ContainersOnly bool
SkipBroken bool
SSHNative bool
ContainersOnly bool
PackageListOnly bool
SkipBroken bool
HTTPProxy string `valid:"url"`
LogDir string
@@ -57,6 +58,9 @@ type Config struct {
CveDBURL string
CacheDBPath string
OvalDBType string
OvalDBPath string
FormatXML bool
FormatJSON bool
FormatOneEMail bool