Skip to content

Release v3.0.0

Compare
Choose a tag to compare
@kubescapebot kubescapebot released this 22 Oct 17:31
· 352 commits to master since this release
3e2314a

Kubescape v3.0 Release Notes

We're thrilled to announce the release of Kubescape version 3.0! This update comes with significant enhancements and new capabilities that will surely elevate your experience.


🚀 Enhancements

Restructured CLI Output

The command line output has been reorganized for better clarity and readability.

overview-v3

Independence from ARMO Platform

With this release, Kubescape no longer has any direct or indirect dependencies on the ARMO platform.


🌟 New Capabilities

1. Scan Images for Vulnerabilities

You can now use Kubescape to scan an image for potential vulnerabilities.

kubescape scan image nginx

2. Patch Images (Experimental)

In our experimental phase, Kubescape introduces the capability to patch an image, which can help in reducing the number of vulnerabilities.

kubescape patch image nginx

Read more about this capability here.

3. Trigger Scans with Kubescape-Operator

Kubescape now allows you to trigger a scan that will be executed by the Kubescape-Operator.

Configuration scanning:

kubescape operator scan configurations

Image vulnerabilities scanning:

kubescape operator scan vulnerabilities

Changelog

Full Changelog: v2.9.2...v3.0.0