Skip to content

Releases: scanoss/scanoss.py

Fixed issue with dependency lock file parsing

19 Oct 10:22
Compare
Choose a tag to compare

Fixed an issue where some .lock files were overwriting dependency entries.

SPDXLite and CycloneDX Improvements

13 Oct 18:29
Compare
Choose a tag to compare

Updated the SPDX Lite license references for non-SPDX compliant instances. Updated CycloneDX to support version 1.4.

Scancode 2.0 output support

06 Oct 14:59
Compare
Choose a tag to compare

This version adds support for parsing Scancode 2.0 output format.

CSV Output and SPDX Updates

22 Jul 19:55
Compare
Choose a tag to compare

This release contains updates to the SPDX Lite output to make it compliant with the 2.2 standard, including documentDescribes.
It also has added support for CSV report output (--format csv).

Dependency Analysis Support

10 Jun 10:59
Compare
Choose a tag to compare

This version of the CLI now supports package dependency decoration as part of the scanning process (--dependencies).
Please note, it depends on scancode to search for the dependency data.
There is also a docker image which contains both tools (for convenience). It can be found here.

SPDX Lite Output Updates

15 Dec 17:05
Compare
Choose a tag to compare
v0.7.4

Extended SPDX Lite data production

SPDX Lite Output

11 Dec 13:18
Compare
Choose a tag to compare

Added support for SPDX Lite as an output format

Include skipped files/folders

10 Dec 15:31
Compare
Choose a tag to compare

Added options to process files/folders that are normally skipped while scanning.

Skip WFP file generation while scanning

12 Nov 13:46
Compare
Choose a tag to compare

Added option to skip WFP file generation while scanning. Also added timestamp to bad-json file generation.

Python 3.7 and license change to MIT

08 Nov 13:20
Compare
Choose a tag to compare

Upped the minimum version of Python to 3.7, changed license to MIT.