Closed jkowalleck closed 1 day ago
add the following tool to the benchmarks:
github: https://github.com/CycloneDX/cyclonedx-python pypi: https://pypi.org/project/cyclonedx-bom/ docs: https://cyclonedx-bom-tool.readthedocs.io/ example for
cyclonedx-py environment --of JSON --sv 1.6 -o sbom.cdx.json --PEP-639 --gather-license-texts --pyproject my-pyproject.toml venv
cyclonedx-py requirements --of JSON --sv 1.6 -o sbom.cdx.json --pyproject my-pyproject.toml requirements.txt
Thanks, could you submit a pull request adding the new scripts?
add the following tool to the benchmarks:
github: https://github.com/CycloneDX/cyclonedx-python pypi: https://pypi.org/project/cyclonedx-bom/ docs: https://cyclonedx-bom-tool.readthedocs.io/ example for
cyclonedx-py environment --of JSON --sv 1.6 -o sbom.cdx.json --PEP-639 --gather-license-texts --pyproject my-pyproject.toml venv
cyclonedx-py requirements --of JSON --sv 1.6 -o sbom.cdx.json --pyproject my-pyproject.toml requirements.txt