File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
----
15
15
16
- This project provides a runnable Python-based application for generating CycloneDX bill-of-material documents from either:
16
+ This project provides a runnable Python-based application
17
+ for generating software bill-of-material (SBOM) documents in [ CycloneDX] ( https://cyclonedx.org/ ) format
18
+ from either:
17
19
18
20
* Your current Python Environment
19
21
* Your project's manifest (e.g. ` Pipfile.lock ` , ` poetry.lock ` or ` requirements.txt ` )
20
- * Conda as a Package Manager
22
+ * Conda as a Package Manager is no longer supported since version 4. Try an older version: ` pip install 'cyclonedx-bom<4' `
21
23
22
- The BOM will contain an aggregate of all your current project's dependencies, or those defined by the manifest you supply.
24
+ The SBOM will contain an aggregate of all your current project's dependencies, or those defined by the manifest you supply.
23
25
24
- [ CycloneDX] ( https://cyclonedx.org/ ) is a lightweight BOM specification that is easily created, human-readable, and simple to parse.
26
+ CycloneDX is a lightweight BOM specification that is easily created, human-readable, and simple to parse.
25
27
26
28
Read the full [ documentation] [ link_rtfd ] for more details.
27
29
You can’t perform that action at this time.
0 commit comments