v0.3.0
Changelog
Changed
- BREAKING — the raw inventory format now reports matched line ranges as structured objects
({"start_line": 82, "end_line": 209}) instead of"82-209"strings, matching the shape the scan
engine already returns.schema_versionis2.0; a1.0document carrying string ranges no
longer parses. CycloneDX and SPDX output is unchanged.
Install
Prebuilt binary: download the archive for your platform below, extract it,
and move scanoss-cli onto your PATH. On Linux (amd64):
tar xzf scanoss-cli-linux-amd64.tar.gz
sudo mv scanoss-cli /usr/local/bin/Verify a download against checksums.txt:
sha256sum -c --ignore-missing checksums.txtGo:
go install github.com/scanoss/scanoss.go/cmd/scanoss-cli@latestSee the README and
CLIENT_HELP.md
to get started.