Prepare for v0.61.0 #8618
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.61.0
📑 Table of Contents
🚀 What's new? 🚀
👷♂️ Notable Fixes 🛠️
🐟 Ecosystem Updates 🌳
🚀 What's new? 🚀
📶 Optimize scanning performance by direct file access for known paths 👣
Trivy now doesn't check every file found if the file paths are known for all enabled analyzers.
For example it works for
--pkg-types os --scanners vuln.See #8481 for more details.
🧩 Migrate from TinyGo to standard Go for WebAssembly modules 🔲
Go 1.24 improved Wasm support - https://go.dev/blog/wasmexport.
So Trivy migrated from TinyGo to Go WebAssembly modules.
👛 Added support Kubernetes controller components 🧦
Trivy is now able to scan resources from Kubernetes that are marked as controller components.
$ trivy k8s --report summary --scanners vuln Summary Report for minikube Workload Assessment ┌────────────────────┬─────────────────────────────────────────────┬──────────────────────┐ │ Namespace │ Resource │ Vulnerabilities │ │ │ ├───┬────┬────┬────┬───┤ │ │ │ C │ H │ M │ L │ U │ ├────────────────────┼─────────────────────────────────────────────┼───┼────┼────┼────┼───┤ │ local-path-storage │ Deployment/local-path-provisioner │ 1 │ │ 14 │ 11 │ 2 │ │ ingress-nginx │ Job/ingress-nginx-admission-create │ 1 │ 2 │ 9 │ │ 2 │ │ ingress-nginx │ Job/ingress-nginx-admission-patch │ 1 │ 2 │ 9 │ │ 2 │ │ ingress-nginx │ Deployment/ingress-nginx-controller │ │ 11 │ 38 │ 7 │ 2 │ │ ingress-nginx │ ControlPlaneComponents/k8s.io/ingress-nginx │ 1 │ 4 │ 1 │ │ │ └────────────────────┴─────────────────────────────────────────────┴───┴────┴────┴────┴───┘ Severities: C=CRITICAL H=HIGH M=MEDIUM L=LOW U=UNKNOWN🪖Added support for scanning Amazon AMIs in misconfiguration scans 🪼
Trivy now supports scanning for misconfigurations in AMI resources.
👷♂️ Notable Fixes 🛠️
--file-patternsdoesn't work for somepost-analyzers#6962--report=allyields no results even when results are present #8616🐟 Ecosystem Updates 🌳
VSCode Extension Updates
The Aqua Trivy extension has been updated, notable updates;
For more information check the Trivy page on the VSCode Marketplace
JetBrains Plugin Updates
The Aqua Trivy plugin has been updated; notable updates
For more information check the Trivy page on the JetBrains Marketplace
Azure Pipeline Task
For more information, check the Trivy page on the Azure Pipelines Marketplace
Beta Was this translation helpful? Give feedback.
All reactions