mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-12 20:27:21 +00:00
Fixed a small bug in the active hunter
This commit is contained in:
@@ -84,7 +84,7 @@ class etcdRemoteAccessActive(ActiveHunter):
|
||||
|
||||
res = helperFuncDo2Requests(r_secure, r_not_secure)
|
||||
if res:
|
||||
self.publish_event(etcdRemoteWriteAccessEvent(res.content))
|
||||
self.publish_event(etcdRemoteWriteAccessEvent())
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user