You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We are examining the output of several SBOM producers. We noticed that the cyclonedx json file changes between different runs for the same project with build info go. The ideal behavior is deterministic.
Describe the solution you'd like to see
You might sort the lists in your json before writing them as json files. Any stable sorting will do.
The text was updated successfully, but these errors were encountered:
@MartinWitt,
Thank you for the feedback! We definitely want to see this done. In case you'd like to contribute this fix through a pull request, this will help us get this out as quickly as possible.
Is your feature request related to a problem? Please describe.
We are examining the output of several SBOM producers. We noticed that the cyclonedx json file changes between different runs for the same project with
build info go
. The ideal behavior is deterministic.Describe the solution you'd like to see
You might sort the lists in your json before writing them as json files. Any stable sorting will do.
The text was updated successfully, but these errors were encountered: