component-detection icon indicating copy to clipboard operation
component-detection copied to clipboard

Support scanning Linux container archives (tarball)

Open aelij opened this issue 4 years ago • 0 comments

syft already supports this:

docker-archive:path/to/yourimage.tar   use a tarball from disk for archives created from "docker save"
oci-archive:path/to/yourimage.tar      use a tarball from disk for OCI archives (from Skopeo or otherwise)

It would allow using container build engines other than Docker.

aelij avatar Apr 10 '22 07:04 aelij