scan-cli-plugin
scan-cli-plugin copied to clipboard
Docker Scan is a Command Line Interface to run vulnerability detection on your Dockerfiles and Docker images
Would be great if you could also provide SHA-256 checksums as an asset in a release - like it is done in other Docker org repos like [buildx](https://github.com/docker/buildx/releases) or [compose](https://github.com/docker/compose/releases)...
**Description** **Steps to reproduce the issue:** 1. 2. 3. **Describe the results you received:** **Describe the results you expected:** **Additional information you deem important (e.g. issue happens only occasionally):** **Output...
"Docker Login" (-capitalized) is not valid command and if you copy & paste it's not going to work. **- What I did** raplace 2 chars, "D" to "d" and "L"...
**- What I did** Improved the error message when not logged in. The main problem is that the suggestion to "use the Docker Login command" will not work easily if...
**Description** Our LARGE company uses self signed certificates in order to access a lot of external resources. There needs to be a way to bypass certificate checking or a better...
I am trying to scan azure private repository image using docker scan but getting error as below .Could you help me that how should I authenticate? {"errors":[{"code":"UNAUTHORIZED","message":"authentication required, visit https://aka.ms/acr/authorization...
**Description** Similarly to #168 docker scan does not work behind a corporate proxy with self-signed certificates. How can we tell docker scan which CA Roots to trust? **Steps to reproduce...
**Description** docker scan command fails with local image after docker build step. ``` docker scan kubernetes-template:202201130950 10:53:07 Failed to scan image "kubernetes-template:202201130950". Please make sure the image and/or repository exist,...
**- What I did** Mention more details about linux packages in README.md **- How I did it** Just edit the README.md file to add more details **- How to verify...
Hello! I have installed the docker scan utility as described here: https://docs.docker.com/engine/scan/#known-issues I have used docker scan against the "vulnerable" CVE-2021-44228 docker image provide here https://github.com/christophetd/log4shell-vulnerable-app. Unfortunately the docker scan...