Prepare for v0.50.0 #6306
Closed
simar7
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.
-
Draft to collaborate on v0.50.0 release announcement
🚀 What's new? 🚀
🚫 PURL Support for .trivyignore.yaml 📝
Trivy now supports ignoring vulnerabilities by PURL (Package URL) in the
.trivyignore.yaml
file, enabling more precise control over scan results.📝 Expanded Rego Policy Support in Reports 🛡️
Trivy now extends its Rego policy file support to include filtering for licenses and secrets, adding to the existing support for vulnerabilities and misconfiguration.
Thanks to @kristyko
🌺 Enhanced Suppressed Vulnerabilities Display 👻
Trivy's
--show-suppressed
flag now reveals suppressed vulnerabilities due to .trivyignore, Rego policies, or VEX declarations, improving transparency and context in security reports.When the
--show-suppressed
flag is specified, it now displays suppressed vulnerabilities alongside the regular detected vulnerabilities as follows:🦕 Custom Podman Host Support 🛃
Trivy now includes a
--podman-host
option for the image command, allowing users to specify a custom Podman host for image scanning.Thanks to @parvez0
☕ Maven Invoker Plugin Dependency Marking 👿
Trivy now marks dependencies from
maven-invoker-plugin
integration tests in**/[src|target]/it/*/pom.xml
files as the development dependencies, enhancing Java project scans by allowing these dependencies to be included or skipped with the--include-dev-deps
flag.⎈ Rancher RKE2 Control Plane and Node components vulnerability scanning 💀
Trivy now supports the Rancher RKE2
control plane
andnode components
(apiserver, controller-manager, kubelet, kube-proxy and etc) vulnerability scanning.🍰Simplification of Misconfiguration scanning 🍄
We've integrated misconfiguration scanning better into Trivy by merging defsec into it. As a result Trivy is the only place you need to contribute for misconfiguration scanning. The checks are all defined within the trivy-policies repo.
🦆Improved support for Terraform Dynamic blocks 🧱
We've improved correctly evaluating dynamic blocks by not re-expanding them. This helps prevents false positives.
🪭Improved scanning support for Terraform Plan in JSON 🗃️
Scanning Terraform Plan files has been improved and now it's possible to scan both the Terraform Plan snapshots and their JSON representations.
Will generate and scan a terraform plan snapshot. We recommend saving the plan as a snapshot and scanning approach.
👷♂️ Notable Fixes 🛠️
Beta Was this translation helpful? Give feedback.
All reactions