Add ignore-unscored-cves option

This commit is contained in:
kota kanbe
2016-05-23 09:35:55 +09:00
parent d356e8370d
commit 6d528e741d
6 changed files with 45 additions and 11 deletions

View File

@@ -41,9 +41,11 @@ type Config struct {
CveDictionaryURL string `valid:"url"`
CvssScoreOver float64
HTTPProxy string `valid:"url"`
DBPath string
CvssScoreOver float64
IgnoreUnscoredCves bool
HTTPProxy string `valid:"url"`
DBPath string
// CpeNames []string
// SummaryMode bool
UseYumPluginSecurity bool