I'm starting with JFrog Xray. I created an account on JFrog cloud platform using my Github credentials. I created an identity token for authentication.
I have a linux box with only terminal (No GUI). In that I downloaded a project from Github and built a docker image from the source code. Now I can see the images using command sudo docker images.
Now I installed the JFrog CLI using command
curl -fL https://getcli.jfrog.io\?setup | sh
The cli gets installed but as there is no browser, the integration with cloud does not happen.
Now I run the docker scan using the command
sudo jf docker scan <image-name> --url <url> --access-token <access-token>
The error I receive is as below
Get "api/v1/system/version": unsupported protocol scheme ""
Any help/ guidance is sincerely appreciated.
Thanks