Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider signing release artifacts #4404

Closed
cary-ilm opened this issue Sep 2, 2024 · 0 comments · Fixed by #4580
Closed

Consider signing release artifacts #4404

cary-ilm opened this issue Sep 2, 2024 · 0 comments · Fixed by #4580

Comments

@cary-ilm
Copy link
Member

cary-ilm commented Sep 2, 2024

The OpenSSF Best Practices Badge suggests signing release artifacts. Consider using OpenEXR's release-sign.yml workflow as a template. It's triggered on release creation and does these steps:

  1. Runs get archive to generate a <release>.tar.gz artifact
  2. Signs the <release>.tar.gz via sigstore
  3. Uploads the resulting sigstore signature file along with the tarball.
lgritz added a commit that referenced this issue Jan 1, 2025
Approach copied from OpenEXR. Let's try it!

Fixes #4404

Signed-off-by: Larry Gritz <[email protected]>
lgritz added a commit to lgritz/OpenImageIO that referenced this issue Jan 1, 2025
Approach copied from OpenEXR. Let's try it!

Fixes AcademySoftwareFoundation#4404

Signed-off-by: Larry Gritz <[email protected]>
lgritz added a commit to lgritz/OpenImageIO that referenced this issue Jan 1, 2025
Approach copied from OpenEXR. Let's try it!

Fixes AcademySoftwareFoundation#4404

Signed-off-by: Larry Gritz <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant