Stephan

Results 15 comments of Stephan

Hi tdruez, you mentioned https://scancodeio.readthedocs.io/en/latest/scanpipe-api.html. I really have problems to get anything working. After starting scancode.io with docker-compose I can access http://localhost/api/projects. But I always get "`Authentication credentials were not...

Hi, Thanks. I didn't know that I have to pass the parameters as json data. About Authentication: I got a little further. The created token (http://localhost/admin/) could be used at...

Hi and thanks. My next steps were: ``` - git pull - docker-compose build - docker-compuse up ``` Because you have disabled the authentication, I now see the "_Option_" button...

Hi, when I created a project via REST API but did not specify input_url nor upload and keep execute_now:false, the project is created. How can I then add for instance...

Thanks, this sounds good, thanks also for the fast immediate support. :-)

When starting a pipeline with curl, you should use GET instead of POST (post ist not supported, but GET is working).

Is there a way to upload inputs if a project already exists? ``` curl -X POST http://localhost/api/projects/ \ -F name=project_name \ -F [email protected] \ -F pipeline=scan_codebase \ -F execute_now=true ```...

Hi again and again thanks for your immediate help. So, to get any overall status I just need the request the result and traverse through the runs. I understand. One...

When I build the project with `docker-compose build` I get the following message. It might be important? ``` Processing /opt/scancodeio DEPRECATION: A future pip version will change local packages to...