PCD Building and testing applications • Set 2
PCD Building and testing applications Practice Test 2 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. A developer is configuring Cloud Build to build a Docker image from a Cloud Source Repository. The build fails with a permission error. What is the most likely reason?
Refer to the exhibit.
{
"bindings": [
{
"role": "roles/cloudbuild.builds.builder",
"members": [
"serviceAccount:build-sa@my-project.iam.gserviceaccount.com"
]
}
]
}