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
feat: use SortedSet in model to improve reproducibility - this will provide predictable ordering of various items in generated CycloneDX documents - thanks to @RodneyRichardson
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@
15
15
This CycloneDX module for Python can generate valid CycloneDX bill-of-material document containing an aggregate of all
16
16
project dependencies.
17
17
18
-
This module is not designed for standalone use.
18
+
This module is not designed for standalone use.
19
+
19
20
If you're looking for a CycloneDX tool to run to generate (SBOM) software bill-of-materials documents, why not checkout: [CycloneDX Python][cyclonedx-python]
20
21
21
22
Additionally, the following tool can be used as well (and this library was written to help improve it) [Jake][jake].
0 commit comments