undistro / zora

Zora is an open source solution that helps you achieve compliance with Kubernetes best practices recommended by industry-leading frameworks. By scanning your cluster with multiple plugins, Zora identifies potential issues, misconfigurations, and vulnerabilities.
https://getup.io/opensource/zora-oss
Apache License 2.0
278 stars 23 forks source link

Fix/199 #203

Closed matheusfm closed 1 year ago

matheusfm commented 1 year ago

Description

Please include a summary of the change, the motivation, and any additional context that helps others understand your PR.

Linked Issues

Closes https://github.com/undistro/zora/issues/199

How has this been tested?

ClusterScan should handle the following scenarios:

  1. Replacing the plugin name from a ClusterScan with a single plugin (e.g popeye to brutus)
  2. Delete one plugin from a ClusterScan with two plugins.

Checklist