v0.34.0 #3097
aqua-bot
announced in
Announcements
v0.34.0
#3097
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a special release that includes a feature that is relevant to the imminent openSSL vulnerability.
🌲 OS packages in dependency origin ⛓
Now you can use the
--dependency-tree
flag to find the origin or a vulnerable package installed through OS package manger. The dependency origin feature isn't new but did not support OS packages until now.🏎 Performance improvement in Debian image scanning 🪪
When scanning Debian images, Trivy will try and detect licenses without the full fledged license classifier by default, which is resource intensive. It can be reenabled using the
--license-full
flag.👾 Support containerd namespace 📛
Containerd allows you to specify namespaces using the CONTAINERD_NAMESPACE environment variable. Trivy now supports the environment variable.
Use case: scanning the images in the local containerd store on a kubernetes node. These images will be in the k8s.io containerd namespace.
Thanks to @pmengelbert
Changelog
This discussion was created from the release v0.34.0.
Beta Was this translation helpful? Give feedback.
All reactions