Add -report-s3 option

This commit is contained in:
kota kanbe
2016-06-04 11:15:53 +09:00
parent 1044fb8574
commit 0de38b99c2
5 changed files with 206 additions and 9 deletions

View File

@@ -47,6 +47,11 @@ type Config struct {
HTTPProxy string `valid:"url"`
DBPath string
CveDBPath string
AwsProfile string
AwsRegion string
S3Bucket string
// CpeNames []string
// SummaryMode bool
UseYumPluginSecurity bool