mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-11 03:37:52 +00:00
Fixed the PR comments :-)
This commit is contained in:
@@ -25,9 +25,4 @@ class EtcdRemoteAccess(Hunter):
|
||||
self.event = event
|
||||
|
||||
def execute(self):
|
||||
try:
|
||||
self.publish_event(EtcdAccessEvent())
|
||||
except Exception as e:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
|
||||
self.publish_event(EtcdAccessEvent())
|
||||
|
||||
Reference in New Issue
Block a user