Skip to content

Add SLSA Source Provenance Workflow #140

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

puerco
Copy link
Member

@puerco puerco commented Jul 4, 2025

This pull request adds a new workflow to the repository to generate SLSA Source provenance data on every push.

Every time a new commit merges to the specified branch, attestations will be automatically signed and stored in git notes in this repository.

Note: This is an automated PR created using the SLSA sourcetool utility.

Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
permissions:
contents: write # needed for storing the vsa in the repo.
id-token: write # meeded to mint yokens for signing
uses: slsa-framework/slsa-source-poc/.github/workflows/compute_slsa_source.yml@main
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

two comments :)

@@ -0,0 +1,14 @@
---
name: SLSA Source
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing the boilerplate :)

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 this pull request may close these issues.

2 participants