fix(gcp): update Prowler SDK info of GCP (#2515)

This commit is contained in:
Sergio Garcia
2023-06-20 14:32:24 +02:00
committed by GitHub
parent 5fcfcd53aa
commit 435911489f
3 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ You can run Prowler from your workstation, an EC2 instance, Fargate or any other
# 📝 Requirements
Prowler has been written in Python using the [AWS SDK (Boto3)](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html#) and [Azure SDK](https://azure.github.io/azure-sdk-for-python/).
Prowler has been written in Python using the [AWS SDK (Boto3)](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html#), [Azure SDK](https://azure.github.io/azure-sdk-for-python/) and [GCP API Python Client](https://github.com/googleapis/google-api-python-client/).
## AWS
Since Prowler uses AWS Credentials under the hood, you can follow any authentication method as described [here](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-precedence).