-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
[formulation] Capture workflow steps #1573
Comments
Candidate for "Winter of Code" |
I am currently working on this. |
@satwiksps how are you planning to implement this? By enhancing |
Yes, I plan to enhance parseGitHubWorkflowData. I will add logic to extract workflow steps from .github/workflows/*.yml files. Implementation Plan:
Testing and Validation:
|
@satwiksps, touching base to see how you are getting along. Please feel free to pass it back to me in case you would like to look into something else. |
I sincerely apologize for not being able to work on this issue as I initially intended. Due to unforeseen commitments, I couldn't dedicate the necessary time to contribute to open source effectively. I truly respect your patience and forgiveness. I request you to reassign this issue to someone else. I hope to contribute to in the future when I can commit more time. Thank you for your understanding 🙏 |
It will be super cool to convert CI workflows such as .github/workflows and gitlab pipeline files into workflow steps. This would immensely help with troubleshooting as well, since the SBOM would list the OS commands and libraries needed to successfully build applications.
https://cyclonedx.org/docs/1.6/json/#formulation_items_workflows_items_steps
The text was updated successfully, but these errors were encountered: