Prepare for v0.60.0 #8461
Closed
nikpivkin
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.60.0
📑 Table of Contents
🚀 What's new? 🚀
👷♂️ Notable Fixes 🛠️
🚀 What's new? 🚀
📋 Summary table 📊
Now the report in
tableformat includes aSummary table.It shows the number of detected security issues.
We have also added the
--table-modeflag, allowing you to enable/disable summary/detailed tables.See https://trivy.dev/v0.60/docs/configuration/reporting/#table-mode for more details.
🛈 Ability to select sources for vulnerability severity 🔋
We have added a new flag
--vuln-severity-sourceto set the order of vulnerability severity sources.Now you can choose the best order for yourself. You can also use
auto(the default value) to use Trivy's selection logicSee https://trivy.dev/v0.60/docs/scanner/vulnerability/#severity-selection_1 for more details.
🌐 Dynamic VEX Retrieval from SBOM External References 🔗
This update enhances Trivy's capabilities to dynamically load Vulnerability Exploitability eXchange (VEX) statements specified via "external references" in CycloneDX Software Bill of Materials (SBOMs). CycloneDX standard allows inclusion of external references, such as "exploitability-statement", which can point to URLs containing relevant VEX information. This enhancement aims to provide a more efficient and dynamic method for integrating VEX data into Trivy's vulnerability scanning process, leveraging existing SBOM structures.
Read the documentation for details.
Thanks to @RingoDev.
🏰 Rendering misconfiguration causes 🪭
Trivy is now able to render IaC files while showing misconfigurations. This is enabled by the
--render-causeas shown below. Currently this feature is only supported for Terraform misconfiguration scanning.👷♂️ Notable Fixes 🛠️
Only One Entrypointfalse negative #8364trivy registry loginfails for docker.io with "unknown resource type" error #8386shortDescriptionandfullDescriptionfields #8342Targetfor some SBOM files in image #8189Trivyprocesses downloadtrivy-db- situation may arise when some processes will use emptytrivy-db#8454Beta Was this translation helpful? Give feedback.
All reactions