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
Not quite: checking the Python docs, I would expect the sigstore file to be uncompressed under the released artifacts. Do you provide any archive with the artifacts being released? Or are those only the ones provided automatically by GitHub?
I see now that you are signing only one file, opentelemetry-api/pyproject.toml. Would that be sufficient to reassure your users? Python itself is signed with sigstore as well, but they distribute a tgz file and sign that tgz.
I managed to use a github action to include the sigstore file in a release:
https://github.com/SecuringCarter/opentelemetry-python/releases/tag/6
Is this what we want to do with the sigstore files?
The text was updated successfully, but these errors were encountered: