Trivy-operator v0.2.0 Released! #512
chen-keinan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prepare Release v0.2.0
Notable changes
⎈ Kubernetes resources for deprecated and removal APIs 💀
When Trivy-operator scans Kubernetes resources it can now alert when the resource is using a deprecated (or about to be) API, and will also suggest the recommended newer version.
🪝 Add support for sending reports externally via webhook 🪝
Trivy Operator allows you to send reports externally to a webhook as they get produced.
It's very useful when you have to make decisions based on a report, e.g. prune a vulnerable image, remove a deployment with exposed secrets etc.
This use case can be fulfilled by using a SOAR tool Postee. Out of the box, Postee offers a variety of integrations with other third party services such as ServiceNow, Slack, AWS Security Hub and many more.
🚀 Extend for VulnerabilityReports data 🚀
The additional cvss information is now available as part of vulnerability report by configuration
Notable fixes
Notable Doc
Notable Configuration additions
automountServiceAccountToken
is now configurable on operator helm chartBeta Was this translation helpful? Give feedback.
All reactions