feat(source-commit): Update source-commit to enforce signature verification#2665
Merged
javirln merged 1 commit intochainloop-dev:mainfrom Jan 14, 2026
Merged
Conversation
…cation Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
migmartri
approved these changes
Jan 14, 2026
| env: | ||
| COSIGN_PRIVATE_KEY: ${{secrets.COSIGN_KEY}} | ||
| COSIGN_PASSWORD: ${{secrets.COSIGN_PASSWORD}} | ||
| # Needed for commit signature verification: https://docs.chainloop.dev/concepts/attestations#commit-verification |
Member
There was a problem hiding this comment.
thanks for adding these comments :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 PR updates some contracts of the workflows present on the repository to enforce author's commit signature verification by using the policy
source-commit.This enforcement will check if the commit's author has a signature that has been verified, in this case by GitHub.
More information what commit verification is, can be found on this link to the documentation.