v1.12.0
Highlights
-
Only display vulnerabilities from the base image:
$ docker scout cves --only-base IMAGE
-
Account for VEX in
quickview
command.$ docker scout quickview IMAGE --only-vex-affected --vex-location ./path/to/my.vex.json
uses: docker/scout-action@v1 with: command: quickview image: [IMAGE] only-vex-affected: true vex-location: ./path/to/my.vex.json
-
Account for VEX in
cves
command (GitHub Actions).uses: docker/scout-action@v1 with: command: cves image: [IMAGE] only-vex-affected: true vex-location: ./path/to/my.vex.json
Bug Fixes / Improvements
- Update
github.com/docker/docker
tov26.1.5+incompatible
to fix CVE-2024-41110. - Update syft to 1.10.0.