Skip to content

Commit

Permalink
Update infra/gcp/bash/ensure-staging-storage.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Crickenberger <[email protected]>
  • Loading branch information
yuwenma and spiffxp authored Nov 2, 2021
1 parent 0f4564d commit 6d1282c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/gcp/bash/ensure-staging-storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ function staging_special_case__k8s_staging_kustomize() {
principal="serviceAccount:${cloudbuild_sa_email}"
ensure_project_role_binding "${project}" "${principal}" "roles/cloudkms.cryptoKeyDecrypter"
ensure_project_role_binding "${project}" "${principal}" "roles/secretmanager.secretAccessor"
# Grant the GSA permissions to on-demonad scanning kustomize images.
# Grant the GSA permissions to on-demand scanning kustomize images.
ensure_project_role_binding "${project}" "${principal}" "roles/ondemandscanning.admin"
}

Expand Down

0 comments on commit 6d1282c

Please sign in to comment.