Ben Hirschberg
Ben Hirschberg
Kubescape uses image vulnerability information to give enhanced security information about the cluster. The code has been designed to support multiple vulnerability information sources, but for now only Kubescape SaaS...
Kubescape uses image vulnerability information to give enhanced security information about the cluster. The code has been designed to support multiple vulnerability information sources, but for now only Kubescape SaaS...
Many thanks to @avinashupadhya99 Kubescape has a GitHub action! We want to extend this action to make it more useful for developers to track down the problems with their Kubernetes...
Title: Introducing Kubescape project to TAG Security Speakers: Ben Hirschberg (@slashben) Description: We are the Kubescape project (https://github.com/armosec/kubescape). We want to become part of the CNCF familiy and contribute the...
**Description** Kubescape microservices scanning container images for vulnerabilities in the cluster. The results today are posted to ARMO cloud (https://cloud.armosec.io). They should be kept in the cluster to make it...
**Description** Image scanning reports/results should be made available for Prometheus stack **Describe the solution you'd like** This feature depends on #668 . When it is completed, Kubescape microservices should create...
**Is your feature request related to a problem? Please describe.** Kubescape today scans a lot of RBAC objects. The RoleBinding objects (both namespace and cluster level) are binding users and...
Kubescape VSCode extension is showing which lines are failing different controls based on the Kubescape result object. The result object contains "failedPath" entry for each control per object. Kubescape also...
Kubescape is producing results in two formats: JUnit XML and JSON (own format). Kubescape GitHub action is using the JUnit XML which is limited (and it is control oriented) We...
Added a workflow that will populate the security/code-issues screen (tab in the repo), this will enable demonstrating part of the issues in GitHub (without even cluster). Here is an example...