v0.12.0
Added 2
- Support for docker layer wise scan for vulnerability detection
- Support for using Dive in GitLab CI securely
Fixed 2
- Dive failing when trying to fetch local image
- Unable to analyze image with Docker 25+ compatibility
Security 1
- Upgrade golang.org/x/net to 0.17.0
From dive
Changelog
v0.12.0 (2024-02-02)
Added Features
- Can we do docker layer wise scan for vulnerability detection [Issue #465]
- How to use Dive in gitlab CI Securely? [Issue #493]
Bug Fixes
- Dive always fail when trying to fetch local image [Issue #462]
- Unable to analyze the image using dive (Docker 25+ compatibility) [Issue #498] [PR #500] [tbroyer]
Additional Changes
- Bump to more recent go version, remove no longer required overrides [PR #461] [SuperSandro2000]
- docs: Adds instructions for snap installation [PR #484] [gruyaume]
- DIVE_VERSION does not need to be exported [PR #492] [ReneNyffenegger]
- fix(sec): upgrade golang.org/x/net to 0.17.0 [PR #503] [suguds]