diff --git a/pkg/cmd/scan.go b/pkg/cmd/scan.go index 826f4768..14fdc9af 100644 --- a/pkg/cmd/scan.go +++ b/pkg/cmd/scan.go @@ -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)