aquasecurity / kube-hunter

Hunt for security weaknesses in Kubernetes clusters
Apache License 2.0
4.76k stars 584 forks source link

Fixed issue #499 evidence field to display all affected pods and containers #542

Open Zeeshan-szf opened 1 year ago

Zeeshan-szf commented 1 year ago

Description

This is a Fix for the Issue #499 The evidence field was constructed based on the first container in the list, which is why it only shows information for one pod and one container. I have modified the code to display information for all the affected pods and containers based on the count.

Fixed Issues

Fixed issue #499

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.