commit
d1156500cc
|
@ -7,6 +7,7 @@ import (
|
||||||
"regexp"
|
"regexp"
|
||||||
"strings"
|
"strings"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/cloudskiff/driftctl/pkg/telemetry"
|
"github.com/cloudskiff/driftctl/pkg/telemetry"
|
||||||
"github.com/fatih/color"
|
"github.com/fatih/color"
|
||||||
|
@ -230,6 +231,8 @@ func scanRun(opts *pkg.ScanOptions) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
globaloutput.Printf(color.WhiteString("Done in %s\n", analysis.Duration.Round(time.Second)))
|
||||||
|
|
||||||
if !opts.DisableTelemetry {
|
if !opts.DisableTelemetry {
|
||||||
telemetry.SendTelemetry(analysis)
|
telemetry.SendTelemetry(analysis)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue