Make docker.io/heroku/ builders trusted (#2823)

fixes #2516

Co-authored-by: Matej Vašek <mvasek@redhat.com>
This commit is contained in:
Knative Prow Robot 2025-04-30 14:59:07 +01:00 committed by GitHub
parent c70d353324
commit c1160e1415
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ var (
"docker.io/paketobuildpacks/",
"gcr.io/buildpacks/",
"ghcr.io/knative/",
"docker.io/heroku/",
}
defaultBuildpacks = map[string][]string{}