Prepare for v0.67.0 #9540
knqyf263
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.67.0
📑 Table of Contents
--list-all-pkgsEnabled 🔄CoreOSpackage detection 🚢Seal Securitypackages 🔒Fn::FindInMap🗺️🚀 What's new? 🚀
📦 Default
--list-all-pkgsEnabled 🔄The CLI flag
--list-all-pkgsnow defaults to true. This change ensures that Trivy includes all detected packages in scan results by default, making SBOM generation and supply chain analysis more intuitive. Users who prefer the old behavior can still set--list-all-pkgs=false.Usage
🌀 Preserve CycloneDX SBOM Structure 📑
Trivy now supports scanning CycloneDX SBOM inputs while preserving their original structure when the output is also CycloneDX. Custom components, properties, and relationships remain intact, with only vulnerability data added.
--pkg-typesand--pkg-relationshipare not supported in CycloneDX → CycloneDX scansUsage
⛑️ Improved Red Hat based OS detection 🐧
Trivy now also scans the /etc/os-release file to detect Red Hat–based operating systems.
This helps identify OS distributions that provide only this file (e.g., Calico images).
Thanks to @teddygood
☁️ Support CoreOS package detection 🚢
Trivy now detects CoreOS as well as its RPM packages.
rpmpackages detectionSee more here
Thanks to @amitverse
🦭 Vulnerability detection for
Seal Securitypackages 🔒Trivy now supports vulnerability detection for Seal Security packages.
See more here
☁️ CloudFormation: Support default values & list results in
Fn::FindInMap🗺️Add support for
Fn::FindInMapenhancements:List results in Mappings (values can be String or List, per docs)
🏎️ Performance 🏎️
👷♂️ Notable Fixes 🛠️
packages[].workspacesis object for package-lock.json files #9517IMDSto get credentials #9437Beta Was this translation helpful? Give feedback.
All reactions