mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
fix(iam): use get to get the key (#5785)
This commit is contained in:
@@ -34,7 +34,7 @@ class IAM(GCPService):
|
||||
ServiceAccount(
|
||||
name=account["name"],
|
||||
email=account["email"],
|
||||
display_name=account["displayName"],
|
||||
display_name=account.get("displayName", ""),
|
||||
project_id=project_id,
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user