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
It's a little difficult for the gradle process itself to upload these as the attestation is an observation of the build (the build can't observe itself). So you might have to do your build, then upload the attestation after using the gh cli or something (your own custom gradle task if you so chose).
I tried to upload the sigstore files to the GitHub attestation endpoint using a custom Gradle task but GitHub requires/uses
dsse
.And now I am lost. What's needed to upload the sigstore to GitHub?
The text was updated successfully, but these errors were encountered: