scout-cli
scout-cli copied to clipboard
Docker Scout CLI
While Installing Docker Scout on GitLab, it is showing the below error. I think, in **install.sh** you need to add one more line to create .docker directory. Because, when I...
Hey guys, i followed your guide on the docker website. But when trying to run docker scout i get the error "docker 'scout' is not a docker command". And when...
When exporting an SBOM to a file with the`--output` flag, the log output is printed as raw json lines in the terminal. ```console docker scout sbom --format spdx -o sbom.spdx.json...
Trying to write a script to check and download scout, and to make it somewhat portable I would like to do this: ``` SCOUT_REPO_VERSION=$(curl -s https://api.github.com/repos/docker/scout-cli/releases/latest | grep 'tag_name' |...
Jenkins is running on a Amazon Linux EC2 (Linux xxx-xxx 4.18.0-513.9.1.el8_9.x86_64 #1 SMP Thu Nov 16 10:29:04 EST 2023 x86_64 x86_64 x86_64 GNU/Linux) Jenikins version is 2.426.1 Docker Version: docker...
## Issue The following command does not output JSON-only in STDOUT: ``` $ docker scout cves --format sarif nginx:1.8-alpine 2>/dev/null ``` ## Diagnostic The above command outputs a "What's next"...
### Description Docker scout treats [email protected] as vulnerable and reports that 4.0 has fixed the issue. But the CVE fix has been backported to 3.6.10 which is described in the...
I just started looking into docker scout and ran it over one of my Golang based images and found an issue that could be blocking if run in a CI/CD...
We need to find out more about what Developer Guy is looking for from a nix-based environment for Scout. To me, the key question is about the docker engine.
Hi, I recently noticed that the manual installation location givene here: https://github.com/docker/scout-cli?tab=readme-ov-file#cli-plugin-installation Does not fit for my Windows 11 x64 installation. Location given is: ``` %USERPROFILE%\.docker\scout ``` Real location of...