Addition of a workflow for SLSA-compliant build and publishing #291
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds a new workflow to automate the build and publishing process in compliance with Level 3 Security Labeling System for Artifact (L3 SLSA) requirements for the project. Here's a summary of the main features added:
This workflow will enhance the transparency and security of the build and publishing process by providing detailed dependency information and ensuring provenance verification of distributed artifacts.
Workflow Execution Condition:
This workflow is triggered exclusively upon the creation of a release. By doing so, the maintainers retain full control over when the workflow is executed, ensuring that the release process remains entirely manual and intentional.
Details of Changes:
Addition of a workflow file .github/workflows/build.yml containing the necessary steps for build, SBoM generation, provenance verification, and publishing.
Tests Performed:
This workflow has been tested locally to ensure its proper functioning. Additional tests may be conducted once the pull request is merged to confirm its seamless integration into the project's CI/CD pipeline.
Teams
@PotatoCombo
@Nisrine-07
@yilmi
@Guillaume-Risch
@raihanou1
@evansedeno