Skip to content

feat(ci): Include source code to chainloop attestation #1963

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

Merged
merged 1 commit into from
Apr 10, 2025

Conversation

javirln
Copy link
Member

@javirln javirln commented Apr 10, 2025

This patch adds the source code of the GitHub release to Chainloop's attestation.

Close: #1958

Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
@javirln javirln requested review from migmartri and jiparis April 10, 2025 11:28
@javirln javirln self-assigned this Apr 10, 2025
@@ -176,6 +176,13 @@ jobs:
run: |
chainloop attestation --name slsa-attestation add --value ${{ steps.slsa-attest.outputs.bundle-path }} --kind SLSA_PROVENANCE --attestation-id ${{ env.ATTESTATION_ID }}
Copy link
Member

Choose a reason for hiding this comment

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

out of curiosity why are we using remote state?

Copy link
Member Author

Choose a reason for hiding this comment

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

I can’t remember exactly, but maybe we needed it before—like if we were using a matrix in the job or something.

We could probably drop the remote state; I don’t think there’s anything really making us use it anymore or at least I cannot think of anything on top of my head right now.

@javirln javirln merged commit df3b87a into chainloop-dev:main Apr 10, 2025
13 checks passed
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.

Include repository source code in Chainloop's attestation
2 participants