Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for containers-storage backend for container images #197

Open
hkadakia opened this issue Sep 8, 2023 · 1 comment
Open

Add support for containers-storage backend for container images #197

hkadakia opened this issue Sep 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@hkadakia
Copy link

hkadakia commented Sep 8, 2023

What would you like to be added:
Currently syft & grype look for certain locations for finding the container images. It works fine if the container image is built either via docker or podman as the images they build reside in certain locations and those are part of the supported sources here.

Images built using buildah though reside in different location (usually containers-storage) and when scanning using syft, it scans the remote image instead of the locally built image.

Why is this needed:
Need to add support for scanning images built using non-daemonize tool like buildah. Add a new source where syft can look for when scanning image locally before checking OciRegistry.

Additional context:

@hkadakia hkadakia added the enhancement New feature or request label Sep 8, 2023
@wagoodman wagoodman changed the title Support for scanning images built using buildah Add support for containers-storage backend for container images Dec 7, 2023
@willmurphyscode
Copy link
Contributor

I just wanted to say this is still on our backlog, and we'd welcome contributions for it, but we haven't been able to prioritize it yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants