Skip to content

Commit

Permalink
Update result log
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Nov 20, 2021
1 parent fcf12fa commit bce1b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scanning/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ func Scan(target string, options model.Options, sid string) (model.Result, error
printing.DalLog("SYSTEM-M", dash, options)
}
}
printing.DalLog("SYSTEM-M", "[duration: "+scanResult.Duration.String()+"][issues: "+strconv.Itoa(len(scanResult.PoCs))+"] Finish Scan!", options)
printing.DalLog("SYSTEM-M", "[duration: "+scanResult.Duration.String()+"][issues: "+strconv.Itoa(len(scanResult.PoCs))+"] Finish Scan!", options)
}
return scanResult, nil
}

0 comments on commit bce1b54

Please sign in to comment.