Prepare for v0.42.0 #4518
Closed
knqyf263
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 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 imagecommand), Trivy will look for the image in the following order: Docker Engine, Containerd, Podman, and finally pull from registry. The new--image-srcallows 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!
⎈ Exclude Kubernetes node from infra assessment scanning 🚩
Trivy now supports the option to exclude Kubernetes node by node labels from infra assessment scanning.
For example, to exclude AWS Fargate nodes:
🂱 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