We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a575ed2 commit c5926a7Copy full SHA for c5926a7
modules/services/workload-scan/controller.tf
@@ -15,6 +15,9 @@ resource "google_project_iam_custom_role" "controller" {
15
"artifactregistry.repositories.list",
16
"artifactregistry.dockerimages.get",
17
"artifactregistry.dockerimages.list",
18
+ "storage.objects.get",
19
+ "storage.buckets.list",
20
+ "storage.objects.list",
21
22
# workload identity federation
23
"iam.serviceAccounts.getAccessToken",
0 commit comments