devantler / ksail

CLI tool for provisioning GitOps enabled K8s clusters in Docker.
https://devantler.github.io/ksail/
Apache License 2.0
52 stars 3 forks source link

Add `ksail scan` with support for popular scanning tools like KubeScape, Polaris and K8sGPT #320

Closed devantler closed 2 weeks ago

devantler commented 1 month ago

Description

KSail should support modern scanning tools to help shift-left. Being able to catch issues with ksail scan in local and CI environments can help harden Kubernetes cluster before the issues are deployed to production.

The implementation should include the following:

devantler commented 2 weeks ago

Closing in favor of #322