Skip to content

Commit

Permalink
solve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCloudSec authored Aug 23, 2024
1 parent 6f42123 commit 79a7243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prowler/providers/common/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def set_global_provider(arguments):
arguments.namespace,
arguments.config_file,
arguments.fixer_config,
)
elif "Gcp" in provider_class_name:

Check warning on line 191 in prowler/providers/common/provider.py

View check run for this annotation

Codecov / codecov/patch

prowler/providers/common/provider.py#L191

Added line #L191 was not covered by tests
global_provider = provider_class(
arguments.project_id,
Expand Down

0 comments on commit 79a7243

Please sign in to comment.