Add diff to TUI (#620)

* fix: change ControlPath to .vuls of SSH option (#618)

* feat: Add diff option to TUI
This commit is contained in:
Kota Kanbe
2018-03-16 15:18:10 +09:00
committed by GitHub
parent fd1429fef0
commit bb12d9dadb
2 changed files with 16 additions and 3 deletions

View File

@@ -84,7 +84,6 @@ type ReportCmd struct {
azureContainer string
pipe bool
diff bool
}
@@ -320,7 +319,6 @@ func (p *ReportCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}
c.Conf.Lang = p.lang
c.Conf.ResultsDir = p.resultsDir
c.Conf.RefreshCve = p.refreshCve
c.Conf.Diff = p.diff
c.Conf.CveDBType = p.cveDBType
c.Conf.CveDBPath = p.cveDBPath
c.Conf.CveDBURL = p.cveDBURL