
Discover vulnerabilities and container image misconfiguration in production environments.

Discover vulnerabilities and container image misconfiguration in production environments.
The ClusterImageScanner detects images in a Kubernetes cluster and provides fast feedback based on various security tests. It is recommended to run the ClusterImageScanner in production environments in order to get up-to-date feedback on security issues where they have real impact.
Since the ClusterImageScanner itself is a service running within your Kubernetes cluster you can re-use your existing deployment procedures.
The following figure provides an overview:
The following steps are conducted.
Video (English): SDA SE CluserImageScanner is going Open Source, 2021-03
Images to be used by ArgoWorkflows are published in quay.io (2021-06-28):
cluster-image-scanner-scan-runasrootcluster-image-scanner-scan-distrolesscluster-image-scanner-scan-lifetimecluster-image-scanner-scan-malwarecluster-image-scanner-scan-new-versioncluster-image-scanner-imagefetchercluster-image-scanner-notifiercluster-image-scanner-imagecollectorcluster-image-scanner-image-source-fetchercluster-image-scanner-workflow-runnercluster-image-scanner-base is the base for all cluster-image-scanner-* images.
Images are build with buildah. The env. parameters the image can be started with are documented via --config within the build.sh scripts within the images.
We are looking forward to contributions. Take a look at our Contribution Guidelines before submitting Pull Requests.
The SECURITY.md includes information on responsible disclosure and security related topics like security patches.
cd test_actions
export IS_MINIKUBE=true # if minikube is used
./setup.bash
helm files are in deployment/helm.
The purpose of the ClusterImageScanner is not to replace the penetration testers or make them obsolete. We strongly recommend running extensive tests by experienced penetration testers on all your applications. The ClusterImageScanner is to be used only for testing purpose of your running applications/containers. You need a written agreement of the organization of the environment under scan to scan components with the ClusterScanner.
This project is developed by Signal Iduna and SDA SE.