mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-23 01:26:15 +00:00
moved all start status logging to the default module
This commit is contained in:
@@ -47,9 +47,7 @@ class HostDiscovery(Hunter):
|
||||
def __init__(self, event):
|
||||
self.event = event
|
||||
|
||||
def execute(self):
|
||||
logging.info("~ Discovering Open Kubernetes Services...")
|
||||
|
||||
def execute(self):
|
||||
if config.cidr:
|
||||
try:
|
||||
ip, sn = config.cidr.split('/')
|
||||
|
||||
Reference in New Issue
Block a user