feat(quick_inventory): add quick inventory (#1533)

Co-authored-by: sergargar <sergio@verica.io>
This commit is contained in:
Sergio Garcia
2022-12-07 19:02:05 +01:00
committed by GitHub
parent 7bffe6b2d5
commit fbb39a364e
4 changed files with 276 additions and 50 deletions

View File

@@ -340,5 +340,5 @@ def execute_checks(
logger.error(
f"{error.__class__.__name__}[{error.__traceback__.tb_lineno}]: {error}"
)
bar.title = f"-> {Fore.GREEN}Scan is completed!{Style.RESET_ALL}"
bar.title = f"-> {Fore.GREEN}Scan completed!{Style.RESET_ALL}"
return all_findings