You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good news! Container scanning with OSV-Scanner v2 does not rely on docker being installed. The default osv-scanner scan image does invoke docker, but this only acts as a helper script for the following:
docker save /tmp/image.tar && osv-scanner scan image --archive /tmp/image.tar
v2 is still in beta, you can download the beta release on our https://github.com/google/osv-scanner/releases page. We are expecting to do a full release some time near the end of this month.
Howdy!
I have tried to use this, however scanning images seems to rely on the Docker CLI/engine being installed.
As a company, we do not use Docker on computers, instead use podman.
Is there a plan to support non-docker container runtimes in the future?
I am happy to test any changes made!
The text was updated successfully, but these errors were encountered: