v0.42.0 #4541
aqua-bot
announced in
Announcements
v0.42.0
#4541
Replies: 1 comment 3 replies
-
@knqyf263 There seems to be something wrong with the rhel7 repo metadata. Checksums for the latest release do not match, and the location element in the primary db contains the wrong prefix "v0.42.0" for all previous releases. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🚀 What's new? 🚀
🔄 Convert JSON reports into different formats 📄
Trivy now includes a new subcommand to convert JSON reports into different formats. This feature allows users to transform the output of their security scans to meet their specific needs.
See here for the detail.
📦 Show digests for OS packages 📝
Trivy has added support for digests of OS packages such as apk, dpkg and rpm. This enhancement also includes the addition of the digest to SBOM, CycloneDX and SPDX.
🎛️ Specify which image sources(s) to use 🖥️
When scanning a container image (with
trivy image
command), Trivy will look for the image in the following order: Docker Engine, Containerd, Podman, and finally pull from registry. The new--image-src
allows users to override the search order:See here for the detail.
Thanks to @pmengelbert for this contribution!
🎯 Support for referencing an input image by digest 📌
Trivy now supports referencing a local OCI image using the digest of its manifest.
Thanks to @laurentiuNiculae for this contribution!
🂱 Support for Terraform Plan files 🥽
Trivy now supports scanning Terraform plan files
You can read more on this here.
📦 Support duplicate Dockerfile stage names 〄
It is now possible to supply a Dockerfile with stages that are not unique. For example:
Misc
👷♂️ Notable Fixes 🛠️
Beta Was this translation helpful? Give feedback.
All reactions