Skip to content
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

Flag workflows that depend on a GitHub Action with injection in the same repo or same org #70

Open
fproulx-boostsecurity opened this issue May 9, 2024 · 0 comments

Comments

@fproulx-boostsecurity
Copy link
Contributor

This would be sort of a second-order / second-pass processing maybe, because we may scan a repo in an org as just a "pkg:github/", discover that it happens to be a GitHub Action (with action.yml somewhere) and later (or before) we see a workflow which depends on that action. If the action we scanned has an injection, then the workflow has a "0-day" vulnerable dep. Ideally, we need to rescan the action's repo on the actual tag / commit that is used for dependency (i.e. uses: corp/my-action@v3)

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

No branches or pull requests

1 participant