Merge pull request #511 from cloudskiff/feat/cliUX

Disable count in scan progress bar
main
Elie 2021-05-17 11:29:00 +02:00 committed by GitHub
commit 8098a309dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ func scanRun(opts *pkg.ScanOptions) error {
supplierLibrary := resource.NewSupplierLibrary()
iacProgress := globaloutput.NewProgress("Scanning states", "Scanned states", true)
scanProgress := globaloutput.NewProgress("Scanning resources", "Scanned resources", true)
scanProgress := globaloutput.NewProgress("Scanning resources", "Scanned resources", false)
resourceSchemaRepository := resource.NewSchemaRepository()