OWASP / KubeLight

OWASP Kubernetes security and compliance tool [WIP]
https://docs.KubeLight.com
Apache License 2.0
104 stars 16 forks source link

Getting specific containers that fail the checker rule. #2

Open sttor opened 1 year ago

sttor commented 1 year ago

If any container violates the checker rule, the culprit must be busted. So, better to create a ContainerCheck Flow that will help identify the culprit.

Steps

  1. Creating a Container Check Class
  2. Passing the Parent Workload via TinyDB Query Lambdas
  3. Collect all the Parent Workloads violation and child containers in a Static Variable or Otherwise.
  4. Ignore the TinyDB result and prioritize the ContainerCheck Class output
rajdesai24 commented 1 year ago

hey @sttor I am up for this please assign it to me