Prepare for v0.58.0 #8003
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.58.0
📑 Table of Contents
flavorssupport for Oracle Linux 🔢workspacerelationship 🌕💔 Breaking Changes 💔
🥜 Removal of Go Checks 🐿️
As previously announced here we've already migrated all Go checks to Rego and there's no longer a need to keep the Go checks. As a result they will be removed in this release. Please note that this does not impact any functionality in terms of coverage of checks as all checks have already been re-written in Rego and are being using in Trivy since the v0.56.0 release.
🎐 Deprecation of some Rego options for IaC scanning 🪢
As announced here we will be deprecating certain Rego options for misconfiguration scanning.
🚀 What's new? 🚀
🦎 Aligned SUSE and OpenSUSE OS Identifiers ⚙️
This update aligns SUSE and OpenSUSE OS identifiers with their respective
/etc/os-releasevalues. SUSE systems now use shorter names likeslesandslemto match the content in the ID field, while OpenSUSE identifiers replace dots with dashes for consistency. For more details, please refer to the discussion here.Thanks to @josegomezr.
🧮
flavorssupport for Oracle Linux 🔢Starting from this version Trivy distinguishes and selects fixed version only for same
flavorof package for Oracle Linux.See #1967 (comment) for more details.
Big thanks to @bpfoster for helping and working on this task!
🌌 New
workspacerelationship 🌕We've added a new
workspacerelationship (you can see the package relationship injsonformat using the--list-all-pkgsflag).Trivy currently only marks
maven modulesasworkspace.We'll expand this list in future versions.
🐬 Improved Terraform cause logging output 🏂
Previously, it was difficult to figure out any parsing errors while scanning Terraform HCL. With this release, it is now possible to exactly see where the parser throws an error (if any), thereby helping users to know if there's any invalid HCL that is being scanned.
🦒 Better handling of CloudFormation templates 🐃
Trivy now properly handles CloudFormation templates that have null properties in them. For example:
Will now be properly scanned instead of erroring out.
🤫Packagist tokens support 🥷
Trivy detects Packagist tokens now.
Thanks @nicwortel
👷♂️ Notable Fixes 🛠️
UID#7886content_sets#7911pom.xmlfiles with modules when using SBOM formats #7802Beta Was this translation helpful? Give feedback.
All reactions