v0.60.0 #8495
aqua-bot
announced in
Announcements
v0.60.0
#8495
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
📑 Table of Contents
🚀 What's new? 🚀
👷♂️ Notable Fixes 🛠️
🚀 What's new? 🚀
📋 Report Summary 📊
Scanning report in
table
format now includes a high level summary of all findings.You can enable/disable this with the new
--table-mode
flag.See https://trivy.dev/v0.60/docs/configuration/reporting/#table-mode for more details.
🛈 Select sources for vulnerability severity 🔋
Trivy's vulnerabilities information is sourced from different sources, each might decide on a different severity for the same vulnerability (more on this here). The new
--vuln-severity-source
flag allows you to customize the order of precendence for vulnerability severity sources based on your preference.See https://trivy.dev/v0.60/docs/scanner/vulnerability/#severity-selection_1 for more details.
🌐 VEX Retrieval from SBOM External References 🔗
When scanning SBOM, you can now load Vulnerability Exploitability eXchange (VEX) statements via CycloneDX "external references". CycloneDX standard allows inclusion of external references, such as "exploitability-statement", which can point to URLs containing relevant VEX information.
Read the documentation for details.
Thanks to @RingoDev.
🏰 Rendering misconfiguration causes 🪭
When scanning IaC files which contain dynamically generated or templated resources, Trivy can now shows the rendered resource (in addition to the previously shown original code). This is enabled by the new
--render-cause
flag. 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