Releases: scanoss/scanoss.py
Fixed issue with dependency lock file parsing
Fixed an issue where some .lock files were overwriting dependency entries.
SPDXLite and CycloneDX Improvements
Updated the SPDX Lite license references for non-SPDX compliant instances. Updated CycloneDX to support version 1.4.
Scancode 2.0 output support
This version adds support for parsing Scancode 2.0 output format.
CSV Output and SPDX Updates
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
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
v0.7.4 Extended SPDX Lite data production
SPDX Lite Output
Added support for SPDX Lite as an output format
Include skipped files/folders
Added options to process files/folders that are normally skipped while scanning.
Skip WFP file generation while scanning
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
Upped the minimum version of Python to 3.7, changed license to MIT.