Image Scanning

Using Trivy to scan images for CVEs and other issues.

Trivy is one of the best tools for scanning Kubernetes images, and m9sweeper can coordinate scanning images deployed to your cluster, rescanning of those images, as well as blocking images from deploying if they do not meet your minimum criteria for compliance.

M9sweeper also allows you to create exceptions or have your employees' request exceptions be approved when they do not have the time to fix an issue in the moment but still want to allow applications to deploy.

For a full list of trawler configuration options, see the trawler reference guide


Automating Scanning

How to automatically scan your images.

Scanning in CICD Pipelines

Learn how to give developers feedback in your CICD pipelines.

Enforcing Compliance

Keeping your cluster safe.

Last modified August 29, 2023: Fixes for release pipeline (e99f051)