You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cosign captures the name of the "sub workflow" that actually did the cosign operation, instead of any of its callers (release.yml -> container-build.yml). Resulting in a signing cert referencing container-image.yml.
This twarts automated verification tools such as slsactl, which would need ad-hoc info to know about these caller workflows.
Acceptance criteria
Merge container-build.yml workflow into release.yml workflow.
Make sure that both :latest and tagged container builds and pushes are happening.
Make sure that only tagged builds push SBOMs (and potentially provenance with buildx) to the registry, as well as creating a GH release.
The text was updated successfully, but these errors were encountered:
cosign
captures the name of the "sub workflow" that actually did the cosign operation, instead of any of its callers (release.yml -> container-build.yml). Resulting in a signing cert referencing container-image.yml.This twarts automated verification tools such as slsactl, which would need ad-hoc info to know about these caller workflows.
Acceptance criteria
container-build.yml
workflow intorelease.yml
workflow.:latest
and tagged container builds and pushes are happening.The text was updated successfully, but these errors were encountered: