oss-review-toolkit / ort

A suite of tools to automate software compliance checks.
https://oss-review-toolkit.org
Apache License 2.0
1.59k stars 309 forks source link

Scan Storage implementation for ClearlyDefined #2252

Closed blaumeiser-at-bosch closed 4 years ago

blaumeiser-at-bosch commented 4 years ago

New feature: Enable the ability to get scan results from clearly defined in the ORT scan run. The idea is, that this is realized by a scan storage backend provider.

Issue here (similar to https://github.com/heremaps/oss-review-toolkit/issues/2211): It is difficult to store back the results at the end of the scan process because Clearly Defined only allows to trigger scans but not to provide scans.

Acceptance Criteria:

Open Question: Is it necessary to download the raw results or a summary of the relevant information as already stored in Clearly Defined?

mnonnenmacher commented 4 years ago

I have done a proof of concept implementation for this a long time ago, but I think parts of it could still be reused now: https://github.com/heremaps/oss-review-toolkit/commits/clearlydefined

blaumeiser-at-bosch commented 4 years ago

@mnonnenmacher 👍 Sounds like a start