-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
Fix various SBOM creation problems #4077
Conversation
andrew-m-leonard
commented
Dec 4, 2024
•
edited
Loading
edited
- Fix benign build ERROR with createSBOM jar SHA list
- Bom.metadata not being created correctly for addComponentProp, luckily it is the first method called, so didn't cause a problem!
- Rededundent addExternalReference and addComponentExtRef were not removed and unittests were actually failing, but they were no being tested with fail on error! so passed!
- Metadata.tools has been deprecated in CycloneDX 1.0.6 spec and will be removed at some point, replaced by ToolInformation.Component
- Add the 3 new extra CycloneDX 1.0.6 dependency jars to the SBOM classpath
Signed-off-by: Andrew Leonard <[email protected]>
Signed-off-by: Andrew Leonard <[email protected]>
Signed-off-by: Andrew Leonard <[email protected]>
Signed-off-by: Andrew Leonard <[email protected]>
Signed-off-by: Andrew Leonard <[email protected]>
Signed-off-by: Andrew Leonard <[email protected]>
@andrew-m-leonard linter fixes required |
Signed-off-by: Andrew Leonard <[email protected]>
Signed-off-by: Andrew Leonard <[email protected]>
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.
I trust you to have tested this so I'm not analyzing all the logic paths too closely in this review, but I suggest you accept the suggestion to remove the extra space before merging.
Co-authored-by: Stewart X Addison <[email protected]>
Ill rebase #4075 with these changes once this pr gets merged |