How to run docker scan --login
with corporate proxy? Do I really have to install Snyk with npm?
What have I tried?
- Register and login with Google account on https://app.snyk.io/login?cta=sign-up&loc=nav&page=homepage.
- Exec
docker scan --login
(optional with--token <TOKEN>
) on Ubuntu 20.04. - Open link shown in terminal.
- Go back to terminal and see error (probably timeout).
I have proxy definitions in /etc/systemd/system/docker.service.d/http-proxy.conf
, ~/.docker/config.json
and ~/.docker/scan/config.json
without any luck.