v0.26.0 #2001
aqua-bot
announced in
Announcements
v0.26.0
#2001
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🚀 What's new? 🚀
🦍 Scan go.mod in Go 1.17+
Trivy now scans go.mod in Go 1.17+ projects. It detects only transitively-imported packages and provides more accurate detection. It used to include all transitive packages that are actually not imported in Go 1.16 or less projects.
https://go.dev/doc/go1.17#go-command
Note: Go 1.17+ must be specified in your go.mod, not your Go CLI version.
In Go 1.16 or less projects, Trivy takes direct dependencies from go.mod and indirect dependencies from go.sum.
For more detail, see here.
Kudos to @jerbob92
🦙 Support distroless images based on Alpine LInux
Trivy uses the repository version in
/etc/apk/repositories
so that it can scan distroless images based on Alpine Linux.🐞 Bug fixes 🐛
Changelog
containerd/containerd
version to fix CVE-2022-23648 (chore(deps): replacecontainerd/containerd
version to fix CVE-2022-23648 #1994)This discussion was created from the release v0.26.0.
Beta Was this translation helpful? Give feedback.
All reactions