fixed linting

This commit is contained in:
Daniel Sagi
2020-11-15 17:28:28 +02:00
parent 48cde94e05
commit 1e4366efe6
+1 -5
View File
@@ -35,11 +35,7 @@ class ExposedPodsHandler(Vulnerability, Event):
def __init__(self, pods):
Vulnerability.__init__(
self,
component=Kubelet,
name="Exposed Pods",
category=InformationDisclosure,
vid="KHV052"
self, component=Kubelet, name="Exposed Pods", category=InformationDisclosure, vid="KHV052"
)
self.pods = pods
self.evidence = f"count: {len(self.pods)}"