Prepare for v0.60.0 #8461
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
-
Draft to collaborate on v0.60.0
📑 Table of Contents
🚀 What's new? 🚀
👷♂️ Notable Fixes 🛠️
🚀 What's new? 🚀
📋 Summary table 📊
Now the report in
table
format includes aSummary table
.It shows the number of detected security issues.
We have also added the
--table-mode
flag, 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-source
to 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-cause
as shown below. Currently this feature is only supported for Terraform misconfiguration scanning.👷♂️ Notable Fixes 🛠️
Only One Entrypoint
false negative #8364trivy registry login
fails for docker.io with "unknown resource type" error #8386shortDescription
andfullDescription
fields #8342Target
for some SBOM files in image #8189Trivy
processes downloadtrivy-db
- situation may arise when some processes will use emptytrivy-db
#8454Beta Was this translation helpful? Give feedback.
All reactions