mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-15 05:37:24 +00:00
Solved hidden exception that stopped program normal run.
This commit is contained in:
@@ -76,8 +76,6 @@ class EventQueue(Queue, object):
|
||||
try:
|
||||
hook.execute()
|
||||
except Exception as ex:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
logging.debug(ex.message)
|
||||
self.task_done()
|
||||
logging.debug("closing thread...")
|
||||
|
||||
@@ -31,7 +31,6 @@ class PlainReporter(object):
|
||||
else:
|
||||
services_lock.release()
|
||||
print("\nKube Hunter couldn't find any clusters")
|
||||
services_lock.release()
|
||||
# print("\nKube Hunter couldn't find any clusters. {}".format("Maybe try with --active?" if not config.active else ""))
|
||||
return output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user