fix report option Loaded error-info (#406)
This commit is contained in:
committed by
Kota Kanbe
parent
b0d9c0b550
commit
74431ca63f
@@ -385,7 +385,7 @@ func (p *ReportCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}
|
||||
util.Log.Error(err)
|
||||
return subcommands.ExitFailure
|
||||
}
|
||||
util.Log.Infof("Loaded: %s", jsonDir)
|
||||
util.Log.Infof("Loaded: %s", dir)
|
||||
|
||||
var results []models.ScanResult
|
||||
for _, r := range history.ScanResults {
|
||||
|
||||
Reference in New Issue
Block a user