tdruez

Results 193 comments of tdruez

> One more question: What for is: curl -X GET http://localhost/api/projects/b957dc58-02f3-4e86-a1a6-943732046981/resources/ ? It seams that it contains very similar information like the output "result". Is this obsolete? Or what can...

> When I build the project with docker-compose build I get the following message. It might be important? It's not a ScanCode.io warning but rather a `pip` thing. It is...

> What do you mean with "model"? https://scancodeio.readthedocs.io/en/latest/scanpipe-concepts.html

> So I think I do not need "resources" because all what I need can be found in "result", right? Right, everything is in the results, the other endpoints are...

> Is there a way to upload inputs if a project already exists? @ddmesh a new action was add in the API to add inputs on existing projects in https://github.com/nexB/scancode.io/issues/318...

Hi @Atharex here's an idea based on the skopeo credentials support, https://github.com/containers/skopeo#authenticating-to-a-registry. You would define your credentials for a given registry domain in a new `SKOPEO_CREDENTIALS` setting, for example: ```...

> Though that limits scancode to only a single user per registry... For me that is not a problem, but just a note if someone has a use-case for that...

@AyanSinhaMahapatra could you provide all the steps (with code) on how you run and apply the analyzer? The link @ https://github.com/nexB/scancode-results-analyzer#documentation is not working by the way. Also, any reasons...

@AyanSinhaMahapatra that's great news. I'll start a branch implementing `scancode-analyzer` as a pipeline (we have several pending tickets on this).

> You can use a tempfile for now or adapt the code to use match with the `query_string` argument? Still checking this! will let you know ASAP