Prepare for v0.58.0 #8003
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
-
Draft to collaborate on v0.58.0
📑 Table of Contents
flavors
support for Oracle Linux 🔢workspace
relationship 🌕💔 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-release
values. SUSE systems now use shorter names likesles
andslem
to 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.
🧮
flavors
support for Oracle Linux 🔢Starting from this version Trivy distinguishes and selects fixed version only for same
flavor
of package for Oracle Linux.See #1967 (comment) for more details.
Big thanks to @bpfoster for helping and working on this task!
🌌 New
workspace
relationship 🌕We've added a new
workspace
relationship (you can see the package relationship injson
format using the--list-all-pkgs
flag).Trivy currently only marks
maven modules
asworkspace
.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.xml
files with modules when using SBOM formats #7802Beta Was this translation helpful? Give feedback.
All reactions