Use internal fork of slsa-github-generator action#164
Merged
Conversation
thomasvn
reviewed
Mar 12, 2026
| packages: write | ||
| needs: build | ||
| uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0 | ||
| uses: kubecost/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@main |
Member
There was a problem hiding this comment.
Double check whether this is properly referencing the "kubecost/github-actions" repo?
Contributor
Author
There was a problem hiding this comment.
Hey @thomasvn, this Action references a full Go project, so instead of forking it inside of the github-actions repo, I thought it made more sense to fork it to its own, independent repo: https://github.com/kubecost/slsa-github-generator. Let me know if you think it makes more sense to keep it in the github-actions repo though!
Member
There was a problem hiding this comment.
@cpetersen5 Ok! I'm good with this approach for now. We can always adjust in the future if needed.
thomasvn
approved these changes
Mar 13, 2026
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.
What does this PR change?
This PR replaces
slsa-framework/slsa-github-generatorwith an internally maintained forkDoes this PR rely on any other PRs?
N/A
How does this PR impact users?
N/A
Links to Issues or tickets this PR addresses or fixes
https://apptio.atlassian.net/browse/KCM-5050
What risks are associated with merging this PR? What is required to fully test this PR?
Minimal - This is just an internally maintained fork for supply chain security.
How was this PR tested?