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

Read from standard input

Open Hipska opened this issue 1 year ago • 0 comments

It would be nice to be able to read images piped from stdin to be able to chain commands without storing intermediate files on the local filesystem.

Example usage:

docker buildx build -o type=docker,dest=- . | docker scout cves archive://stdin
docker buildx build -o type=docker,dest=- . | docker scout quickview archive://-
docker buildx build -o type=docker,dest=- . | docker scout recommendations -

Hipska avatar Jun 26 '24 16:06 Hipska