Trivy should support scanning podman images in daemon-less mode, without requiring podman.sock #8251
Replies: 1 comment
-
Hello @nicolaevladescu Trivy currently only supports Podman using If you want this feature, create a Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Most people use
podman
because if it's daemon-less/socket-less architecture, yet trivy errors out when the podman socket is not found.Desired Behavior
Trivy should support scanning podman images in agentless mode, without requiring podman.sock
Actual Behavior
A podman.sock not found error
Reproduction Steps
Operating System
Linux
Version
Checklist
trivy clean --all
Beta Was this translation helpful? Give feedback.
All reactions