We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Thanks, could you submit a pull request adding the new scripts?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: