In the installation page for Trivy there is no mention of Windows.
I have Docker for Windows installed so the Docker method looks promising but there are a couple of things I'm not sure of:
- What should I set the cache directory to?
- Will I need to "mount docker.sock"? And if so, will I need to replace the
/var/run
and$HOME/Library/Caches
directories in that command with something more "Windows-ey"?
The aim is to scan an image that I built using Docker for Windows.