https://github.com/aboutcode-org/scancode-analyzer
scancode-results-analyzer
https://github.com/aboutcode-org/scancode-analyzer
Last synced: 27 days ago
JSON representation
scancode-results-analyzer
- Host: GitHub
- URL: https://github.com/aboutcode-org/scancode-analyzer
- Owner: aboutcode-org
- Created: 2020-06-02T15:53:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T07:23:33.000Z (over 1 year ago)
- Last Synced: 2025-04-11T20:04:39.354Z (9 months ago)
- Language: Python
- Size: 2.71 MB
- Stars: 4
- Watchers: 7
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
scancode-analyzer
=================
.. what-is-scancode-analyzer
What is ScanCode-Analyzer
-------------------------
`ScanCode`_ detects licenses, copyrights, package manifests, direct dependencies and more in
source code orbinary files.
ScanCode license detection uses multiple techniques to accurately detect licenses based on
automatons, inverted indexes and multiple sequence alignments. As the detection supports approximate
matching, there are many `unknown` detections, or multiple approximate matches.
The goal of this project is to improve the accuracy of license detection by leveraging ScanCode scan data.
It is a `ScanCode`_ ``post-scan`` plugin for direct use in scans. In future we plan to add
`scancode.io`_ pipelines, with better issue review and reporting features.
This project aims to:
- Write tools and create models to massively analyze the accuracy of license detection
- Detect areas where the accuracy could be improved.
- Add this as a `scancode`_ post-scan plugin
- Add this to pipelines in `scancode.io`_
- Write reusable tools and models to assist in the semi-automated reviews of scan results.
- Suggest new license detection rules semi-automatically to fix the detected anomalies
.. _ScanCode: https://github.com/aboutcode-org/scancode-toolkit
.. _scancode.io: https://github.com/aboutcode-org/scancode.io
.. from-github-links
Getting Started
---------------
Refer to the installation instructions on `INSTALL.rst`_
Documentation
-------------
Documentation: https://scancode-analyzer.readthedocs.io/en/latest/
Project Board
-------------
`Project Board`_ for ``scancode-analyzer`` : Analysing Scancode License Detection Results.
.. _INSTALL.rst: https://github.com/aboutcode-org/scancode-analyzer/tree/master/INSTALL.rst
.. _Project Board: https://github.com/aboutcode-org/scancode-analyzer/projects/1