Replies: 3 comments 5 replies
-
|
Thank you for your feedback. This seems like it would be more inline with security tools and code scanning rather than Actions. At the moment there does not seem to be a category for them in the feedback repo so for now please move this to the General category. |
Beta Was this translation helpful? Give feedback.
-
|
@hauleth We have an upcoming feature called the Dependencies API. This will enable the scenario that you've described, although it will not require the use of either CycloneDX or SPDX SBOM formats since adoption on those is still not yet widespread. |
Beta Was this translation helpful? Give feedback.
-
|
It would also be useful to be able to generate a SPDX BOM based on the dependency graph data that GitHub generates. Then we could integrate other tools such as DependencyTrack and consume the SPDX data for each repo, without needing to change build processes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
CycloneDX is simple SBoM format that is created by OWASP for tracking the dependencies in language-agnostic way. Supporting such format in dependency tracking would allow that feature to be extended by the community to the new languages without involving GitHub stuff.
It could be handled in similar format to the SARIF reports where you generate CycloneDX report and then have official action that would upload and parse it on the GitHub side.
Beta Was this translation helpful? Give feedback.
All reactions