diff --git a/prowler/providers/github_actions/github_actions_provider.py b/prowler/providers/github_actions/github_actions_provider.py index 25a8e4bdb1..6a8ece4f2c 100644 --- a/prowler/providers/github_actions/github_actions_provider.py +++ b/prowler/providers/github_actions/github_actions_provider.py @@ -325,6 +325,7 @@ class GithubActionsProvider(Provider): logger.critical( f"{error.__class__.__name__}:{error.__traceback__.tb_lineno} -- {error}" ) + sys.exit(1) def run(self) -> List[CheckReportGithubAction]: temp_dir = None