scout-cli icon indicating copy to clipboard operation
scout-cli copied to clipboard

Output of Markdown format does not seem to be showing all Packages/CVEs

Open Zokuaku opened this issue 2 years ago • 0 comments

Hello,

I am noticing an issue when running the following command with the Docker Scout CLI wherein the markdown format does not seem to be outputting all packages/cve's being reported:

docker scout cves docker.arty-1.base.safe.com/fmeflow/fmeflow-core:devops-4448 --format markdown --output markdown.html

Attached Output:

markdown.txt

If I run the default

docker scout cves docker.arty-1.base.safe.com/fmeflow/fmeflow-core:devops-4448 --output packages.txt

Attached Output:

packages.txt

Or alternatively an output of the Sarif format I do see all the CVE's:

docker scout cves docker.arty-1.base.safe.com/fmeflow/fmeflow-core:devops-4448 --format sarif --output test.sarif.json

Attached Output:

test.sarif.json

I am running these commands with

Docker Scout Version: v1.0.9 (go1.21.3 - windows/amd64)
Git Commit: 8bf95bf60d084af341f70e8263342f71b0a3cd16

On Windows 11 (23H2)

Thank you

Zokuaku avatar Nov 06 '23 23:11 Zokuaku