CycloneDX / cyclonedx-cocoapods

Creates CycloneDX Software Bill-of-Materials (SBOM) from Objective-C and Swift projects that use CocoaPods.
Apache License 2.0
21 stars 12 forks source link

Improve stability of BOM output #59

Closed macblazer closed 8 months ago

macblazer commented 1 year ago

Before outputting the BOM file, sort things that are in arrays in the BOM. For example, all of the component elements should be sorted by name or purl.

This will provide stability in the output of the BOM from run to run on the same projects instead of having the same elements in a random order.