mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
fix(audit_info): azure subscriptions parsing error (#2147)
This commit is contained in:
@@ -313,7 +313,7 @@ GCP Account: {Fore.YELLOW}[{profile}]{Style.RESET_ALL} GCP Project ID: {Fore.YE
|
|||||||
set_azure_audit_info returns the Azure_Audit_Info
|
set_azure_audit_info returns the Azure_Audit_Info
|
||||||
"""
|
"""
|
||||||
logger.info("Setting Azure session ...")
|
logger.info("Setting Azure session ...")
|
||||||
subscription_ids = arguments.get("subscriptions")
|
subscription_ids = arguments.get("subscription_ids")
|
||||||
|
|
||||||
logger.info("Checking if any credentials mode is set ...")
|
logger.info("Checking if any credentials mode is set ...")
|
||||||
az_cli_auth = arguments.get("az_cli_auth")
|
az_cli_auth = arguments.get("az_cli_auth")
|
||||||
|
|||||||
Reference in New Issue
Block a user