v0.24.0
Highlights
File System Scanning
It's now possible to analyse and compare file system, in addition to images.
For instance to get a quick overview of the source code from the current folder
docker scout quickview --type fs .
It's also possible to compare a local (non image) version to the same software embedded in an image.
docker scout compare --type fs . --to namespace/repository:tag
For instance if you are building a Go
service and you only want to see what has changed:
docker scout compare --type fs . --to my/service:latest --only-package-type GoLang --ignore-unchanged