Skip to content

Commit

Permalink
Fix -cvss-over flag #59
Browse files Browse the repository at this point in the history
  • Loading branch information
kotakanbe committed May 16, 2016
1 parent da071cb commit cd10826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ func (p *ScanCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{})

c.Conf.DBPath = p.dbpath
c.Conf.CveDictionaryURL = p.cveDictionaryURL
c.Conf.CvssScoreOver = p.cvssScoreOver
c.Conf.HTTPProxy = p.httpProxy
c.Conf.UseYumPluginSecurity = p.useYumPluginSecurity
c.Conf.UseUnattendedUpgrades = p.useUnattendedUpgrades
Expand Down

0 comments on commit cd10826

Please sign in to comment.