feat(RDS): Service and missing checks (#1513)

This commit is contained in:
Sergio Garcia
2022-11-23 14:34:51 +01:00
committed by GitHub
parent 9204142eaf
commit 989638a42d
75 changed files with 2293 additions and 494 deletions

View File

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