v2.0.1
·
341 commits
to develop
since this release
Installation
Cargo
cargo install uv-sbomPython (PyPI)
pip install uv-sbom-binPre-built Binaries
macOS (Apple Silicon):
curl -LO https://github.com/Taketo-Yoda/uv-sbom/releases/download/v2.0.1/uv-sbom-aarch64-apple-darwin.tar.gz
tar xzf uv-sbom-aarch64-apple-darwin.tar.gz
sudo mv uv-sbom /usr/local/bin/macOS (Intel):
curl -LO https://github.com/Taketo-Yoda/uv-sbom/releases/download/v2.0.1/uv-sbom-x86_64-apple-darwin.tar.gz
tar xzf uv-sbom-x86_64-apple-darwin.tar.gz
sudo mv uv-sbom /usr/local/bin/Linux (x86_64):
curl -LO https://github.com/Taketo-Yoda/uv-sbom/releases/download/v2.0.1/uv-sbom-x86_64-unknown-linux-gnu.tar.gz
tar xzf uv-sbom-x86_64-unknown-linux-gnu.tar.gz
sudo mv uv-sbom /usr/local/bin/Windows:
Download the .zip file below and extract to your desired location.
Verify Installation
uv-sbom --versionSee the README for full documentation.
What's Changed
- refactor(adapters): convert markdown_formatter.rs to directory module [#305-1/7] by @Taketo-Yoda in #330
- refactor(adapters): extract table infrastructure to table.rs [#305-2/7] by @Taketo-Yoda in #331
- refactor(adapters): extract link generation to links.rs [#305-3/7] by @Taketo-Yoda in #332
- refactor(adapters): extract data helpers to helpers.rs [#305-4/7] by @Taketo-Yoda in #333
- refactor(adapters): extract vulnerability renderers to vuln_render.rs [#305-5/7] by @Taketo-Yoda in #334
- refactor(adapters): extract section renderers to section.rs [#305-6/7] by @Taketo-Yoda in #335
- refactor(adapters): extract remaining section renderers to section.rs [#305-7/7] by @Taketo-Yoda in #336
- refactor(application): convert sbom_read_model_builder.rs to directory module [#314-1/5] by @Taketo-Yoda in #342
- refactor(application): extract metadata_builder.rs and component_builder.rs [#314-2/5] by @Taketo-Yoda in #343
- refactor(application): extract dependency_builder.rs and license_compliance_builder.rs [#314-3/5] by @Taketo-Yoda in #344
- refactor(application): extract vulnerability_builder.rs [#314-4/5] by @Taketo-Yoda in #345
- chore(deps): bump toml from 1.0.6+spec-1.1.0 to 1.0.7+spec-1.1.0 in the dependencies group by @dependabot[bot] in #346
- fix(deps): update aws-lc-sys to 0.39.0 to fix GHSA-394x-vwmw-crm3 and GHSA-9f94-5g5w-gf6r by @Taketo-Yoda in #347
- chore(release): prepare v2.0.1 by @Taketo-Yoda in #349
- chore(release): v2.0.1 by @Taketo-Yoda in #350
Full Changelog: v2.0.0...v2.0.1