v0.48.0 #5724
aqua-bot
announced in
Announcements
v0.48.0
#5724
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🛫 Deprecation 🌆
--scanners config
flag--scanners config
was renamed to--scanners misconfig
.See #5586 for more details.
🚀 What's new? 🚀
🔌 Output plugin support 📈
Trivy has introduced a significant update with support for output plugins. This new feature allows for extended flexibility in handling Trivy's scan results. Users can now install custom output plugins and use them to format and process scan outputs in various ways.
Usage:
Example:
The above example passes the scan results to the count plugin. See here for more details.
⚙️ Packages.props support (.NET) 📦
Trivy has expanded its .NET support in the latest update, now including handling for
Directory.packages.props
andpackages.props
files. This enhancement allows for more comprehensive analysis of .NET projects, especially regarding transitive dependencies, although the documentation on this specific aspect is still under refinement.Thanks to @yuriShafet for this contribution.
📦 Enhanced DEB and RPM package analysis 🛠️
Trivy enhances its package analysis capabilities. Previously, only the apk package analyzer could include installed files in the result. This update extends the same functionality to DEB and RPM packages, aligning their analytical capabilities with apk packages.
Thanks to @lebauce for this contribution.
🕒 Add timestamp in JSON reports 📊
Trivy now includes the creation time in its JSON reports. This simple yet important addition allows users to easily identify when their reports were generated, enhancing the usability and clarity of these reports.
Thanks to @u5surf for this contribution.
🔍 JWT Token Detection Added to Trivy's Secret Scanning 🛡️
Trivy now includes JWT token detection in its secret scanning capabilities, enhancing its ability to identify potential security vulnerabilities related to JWT tokens.
Thanks to @very-doge-wow for this contribution.
🫧 Ability to selectively enable misconfiguration scanners 🌙
You can now pass in
--misconfig-scanners
flag with a comma separated list of scanners to only enable selected scanners.Will only run scan
dockerfile
andhelm
resources.📊 Misconfiguration scanning now supports AWS Cloud Attributes ⚜️
You can now use AWS Cloud attributes when defining custom checks.
You can now specify a rule such as
❇️ Better ignore experience for misconfiguration scanning 💹
We've made it easier to know how Trivy is evaluating the resources with more useful log output. If Trivy ignores any checks, you'll be able to see that information as part of the debug log output.
Furthermore specifying
trivy:ignore
directives is now easier as they are case insensitive. Both#trivy:ignore:FOO-BAR-1234
and#trivy:ignore:foo-bar-1234
will now result in ignoring the rule with IDfoo-bar-1234
.📳 Add ability to pass in CloudFormation Template parameters 🆔
Trivy now supports passing CloudFormation Template parameters via the
--cf-params
flag. You can find more details here⎈ Node-collector image-ref settings 🚩
Trivy now supports the option to set node-collector Image-ref to be pulled from non default registry
For example, to set node-collector Image-ref :
👷♂️ Notable Fixes 🛠️
aws_iam_policy_document
contains count Meta-Argument #5552Beta Was this translation helpful? Give feedback.
All reactions