mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-11 15:25:10 +00:00
chore(metadata): Remove CheckName and CheckAlias field (#1299)
This commit is contained in:
@@ -192,9 +192,9 @@ def set_output_options(
|
||||
|
||||
def run_check(check, audit_info, output_options):
|
||||
print(
|
||||
f"\nCheck Name: {check.checkName} - {Fore.MAGENTA}{check.serviceName}{Fore.YELLOW} [{check.severity}]{Style.RESET_ALL}"
|
||||
f"\nCheck ID: {check.checkID} - {Fore.MAGENTA}{check.serviceName}{Fore.YELLOW} [{check.severity}]{Style.RESET_ALL}"
|
||||
)
|
||||
logger.debug(f"Executing check: {check.checkName}")
|
||||
logger.debug(f"Executing check: {check.checkID}")
|
||||
findings = check.execute()
|
||||
|
||||
report(findings, output_options, audit_info)
|
||||
|
||||
Reference in New Issue
Block a user