-
-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Improve identification of conda package files #4083
Comments
Parse conda metadata JSON manifests and use the package data and files information present to improve conda package assembly. Reference: #4083 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Before scanning a docker image: 218 packages
With #4089 above: 295 packages
So we should do much better conda resource assigning with this PR merged and released to SCIO |
Excellent |
how to solve #4083 issue? we need to add scanner.py fike for_package and then parse it in json file ? anyrhing else |
@simrancharde thanks for your interest, but this already has a fix at #4089, could you check out our open good first issues instead: https://github.com/aboutcode-org/scancode-toolkit/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22, this is where we need help mostly. |
Working with SCTK v32.3.1 (running in SCIO v34.9.3), SCTK does not currently identify the installed files for a conda package in the Resources for_packages field. This data seems to be readily available in a set of .json files located under /conda-meta/ directory where conda is installed - typically opt/conda. The file names are in the format
<package name>-<package-version>.json
This pattern is present for both Anaconda and miniconda distributions.
The text was updated successfully, but these errors were encountered: