tdruez
tdruez
@DennisClark Could you clarify the context of this? > Solution: Create a script to load scan results into a DejaCode Product and trigger scanning of all packages. Why not use...
Hi @404-geek, Could you please provide some context for this PR? It would be great if you could edit the content to explain what it's about and include references to...
@pombredanne The SCIO part was implemented in https://github.com/nexB/scancode.io/pull/1286 > DejaCode: Add is_legal and all "classify" attributes to Resource model Could you enter a ticket on the DejaCode side with clarification...
Hey @404-geek , what's your latest status on this PR? Any chances we can complete and merge it before it diverges too much from the main branch?
@404-geek We are almost ready but there's still a few comments you have not addressed yet.
Thanks @404-geek for the last push on this. Merging the branch with a few adjusments at https://github.com/aboutcode-org/scancode.io/pull/1777 Great work! 👍
Similar to https://github.com/nexB/scancode.io/issues/1355#issuecomment-2275007822 The "License clarity" and "Scan summary" panels display information as provided by the toolkit `--license --classify --summary` options. @pombredanne This issue is probably more relevant in https://github.com/nexB/scancode-toolkit
The "Scan summary" panel displays data from the summary generated by ScanCode-toolkit using the `--summary` option. Unfortunatly, the summary data as provided by the toolkit does not offer more context...
Open for discussion: - I have a `pkg:pypi/pytest` discovered package (no version), the collect endpoint returns `/api/collect/?purl=pkg:pypi/pytest` return 123 entries. None is the empty version entry.
Following a discussion with @pombredanne, when calling the `/api/collect/` from the enrich pipeline: - If an error (500, timeout) is raised: Log this as a project error. - If a...