Skip to content

Read from standard input #129

Open
Open
@Hipska

Description

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 -

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions