chore: use app token for semantic release - #312
Merged
Merged
Conversation
|
This pull request uses the third-party GitHub Action tibdex/github-app-token@v1 in .github/workflows/ci.yml, which poses a supply-chain risk because it’s pinned to a floating major tag rather than a specific commit SHA; pinning to a commit SHA is recommended to ensure the exact reviewed code runs. No specific vulnerability was found and the issue is non-blocking.
Third-Party Action Supply Chain Risk in
|
| Vulnerability | Third-Party Action Supply Chain Risk |
|---|---|
| Description | The GitHub Actions workflow uses tibdex/github-app-token@v1. While no specific vulnerabilities were found in this action version, pinning to a major version tag (@v1) introduces a supply chain risk. This practice allows the action's maintainers to introduce new code, potentially malicious or vulnerable, into the workflow without explicit review or changes to the workflow file. The best practice for securely depending on third-party GitHub Actions is to pin them to a specific commit SHA, which ensures that the exact version of the code that was reviewed is always used. |
apollo-federation-ruby/.github/workflows/ci.yml
Lines 100 to 103 in 162993f
All finding details can be found in the DryRun Security Dashboard.
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.
No description provided.