scancode-toolkit
scancode-toolkit copied to clipboard
:mag: ScanCode detects licenses, copyrights, dependencies by "scanning code" ... to discover and inventory open source and third-party packages used in your code. Sponsored by NLnet project https://nl...
Signed-off-by: Tushar Goel Fixes #3008 ### Tasks * [x] Reviewed [contribution guidelines](https://github.com/nexB/scancode-toolkit/blob/develop/CONTRIBUTING.rst) * [x] PR is descriptively titled 📑 and links the original issue above 🔗 * [ ] Tests...
## Short Description Prepackage the software as a Docker image, hosted here on ghcr.io. ## Select Category - [x] Packaging ## **Describe the Update** Build and upload the Docker image...
Fixes #3026 ### Tasks * [x] Reviewed [contribution guidelines](https://github.com/nexB/scancode-toolkit/blob/develop/CONTRIBUTING.rst) * [x] PR is descriptively titled 📑 and links the original issue above 🔗 * [x] Tests pass -- look for...
This is related to https://github.com/nexB/scancode.io/issues/447, where we are implementing the Package assembly step of Package scanning in scancode.io. In scancode.io, we need to create the Package before we can associate...
https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html?highlight=RAM#system-requirements documents the minimum requirements ... > Hardware : ScanCode will run best with a modern X86 processor and at least 4GB of RAM and 500MB of disk. These are...
**Description** In [AOSP(Android Open Source Project)](https://source.android.com/source/downloading) code, there is a file: external/grpc-grpc/src/objective-c/BoringSSL-GRPC.podspec (242K), when running scancode cmd: `scancode -clpieu --license-text --license-text-diagnostics --summary --summary-with-details --json-pp result.json external/grpc-grpc/src/objective-c/BoringSSL-GRPC.podspec`, size of JSON result...
In the case of podspec manifests, sometimes the version is defined in a variable and we end up capturing the version variable name as the version value rather than the...
This leads to confusing reporting. We should scan first for package and skip scanning as a file when the package manifest is scanned properly. Though we need to make sure...
In https://github.com/delta-io/delta/archive/refs/tags/v2.0.0rc1.tar.gz we detect only PyPI and no Scala.
Reported on chat: > @nicobucher wrote on Feb 20 21:52: > Hi aboutcode. I got a question regarding the scancode scanner: "Is it possible to provide a list of files...