-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Generate XML SBOM #4075
base: master
Are you sure you want to change the base?
Generate XML SBOM #4075
Conversation
This pr depends on the discussion in #4061 (comment) |
The errors in the workflow checks suggest we are missing a dependency when using the XML generator
|
This is fixed by this PR: #4077 |
Thanks for trying this @Haroon-Khel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs resolution of: CycloneDX/cyclonedx-core-java#562
and discussion on moving to XML: #4061 (comment)
Changing the hardcoded
--jsonFile
flag to--xmlFile
insbom.sh
should command TemurinGenSBOM.java to generate an XML file instead of a json. And then I just changed any json variable name to xml to clear any confusion