refactor(custom_metadata): still adding changes

This commit is contained in:
pedrooot
2024-09-26 17:22:58 +02:00
parent 72bbafa344
commit 1110eb6350
2 changed files with 0 additions and 2 deletions

View File

@@ -269,7 +269,6 @@ def prowler():
findings = execute_checks(
checks_to_execute,
global_provider,
custom_checks_metadata,
args.config_file,
output_options,
)

View File

@@ -403,7 +403,6 @@ def run_fixer(check_findings: list) -> int:
def execute_checks(
checks_to_execute: list,
global_provider: Any,
custom_checks_metadata: Any,
config_file: str,
output_options: Any,
) -> list: