refactor: scan duration message
parent
c35389431f
commit
2347725b18
|
@ -231,7 +231,7 @@ func scanRun(opts *pkg.ScanOptions) error {
|
|||
return err
|
||||
}
|
||||
|
||||
globaloutput.Printf(color.WhiteString("Done in %s\n", analysis.Duration.Round(time.Second)))
|
||||
globaloutput.Printf(color.WhiteString("Scan duration: %s\n", analysis.Duration.Round(time.Second)))
|
||||
|
||||
if !opts.DisableTelemetry {
|
||||
telemetry.SendTelemetry(analysis)
|
||||
|
|
Loading…
Reference in New Issue