Skip to content

Commit 67aac99

Browse files
committed
feat(gcp): change exception message
1 parent 4cca0dc commit 67aac99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prowler/providers/gcp/exceptions/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class GCPBaseException(ProwlerException):
3131
"remediation": "Check the connection and ensure it is properly set up.",
3232
},
3333
(3006, "GCPLoadCredentialsFromADCError"): {
34-
"message": "Error loading credentials from dictionary",
34+
"message": "Error loading ADC credentials from dictionary associated with ADC",
3535
"remediation": "Check the credentials and ensure they are properly set up. client_id, client_secret and refresh_token are required.",
3636
},
3737
(3007, "GCPStaticCredentialsError"): {

0 commit comments

Comments
 (0)