Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 11:06
· 64 commits to main since this release

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_version is 2.0; a 1.0 document 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.txt

Go:

go install github.com/scanoss/scanoss.go/cmd/scanoss-cli@latest

See the README and
CLIENT_HELP.md
to get started.