-
Notifications
You must be signed in to change notification settings - Fork 1
Add slsa provenance #215
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
Add slsa provenance #215
Conversation
Reviewer's GuideThis PR refactors the semantic-release workflow to support SLSA provenance by adding artifact hashing and upload steps, invoking the slsa-github-generator to produce provenance, and restructuring the publish job with runner hardening and consolidated conditions. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #215 +/- ##
=======================================
Coverage 78.67% 78.67%
=======================================
Files 6 6
Lines 830 830
Branches 143 143
=======================================
Hits 653 653
Misses 138 138
Partials 39 39 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b280f0f
to
3ecad42
Compare
See https://slsa.dev/ for motivation. Creating a patch release to ensure these additions to the automated release process work. Note that the `release` job has been subdivided, because the SLSA provenance reusable workflow cannot be used as a step within a job, but must be used as a job on its own.
3ecad42
to
05dab68
Compare
Type: Task
Description
See sandialabs/reverse_argparse#315.
Summary by Sourcery
Implement SLSA provenance generation in the semantic-release workflow and restructure the release process to include artifact hashing, provenance creation, and a hardened publish job.
New Features:
Enhancements: