Skip to content

Convert local docker image to tar then scan tar folder. #492

@KunalSin9h

Description

@KunalSin9h
vet scan --image myapp:dev

This should first check if the image exists using docker client and then convert it into tar using

docker save myapp:dev -o myapp.tar

and run this tar scanning.

After the scan is finished, it should clean up ie. remove the temporary tar file irrespective of success or failure

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions