Best practices to run GCP checks on all projects #2367
-
Hi, I wanted to know what's the best practices to run GCP checks on all projects in an organization. Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I first tried to list projects and iterate on all using gcloud config set $project_id but it seems like prowler is using the "project_id" from the service account credentials json. |
Beta Was this translation helpful? Give feedback.
-
Good point! |
Beta Was this translation helpful? Give feedback.
Good point!
This PR add the flag
--project-ids
and scans all the projects by default: #2393In the next version 3.6.0, this feature will be available.