diff --git a/kube_hunter/modules/report/dispatchers.py b/kube_hunter/modules/report/dispatchers.py index 6b5b6ba4..1f17b7cd 100644 --- a/kube_hunter/modules/report/dispatchers.py +++ b/kube_hunter/modules/report/dispatchers.py @@ -16,6 +16,7 @@ def dispatch(self, report): dispatch_url, json=report, headers={"Content-Type": "application/json"}, + verify=False ) r.raise_for_status() logger.info(f"Report was dispatched to: {dispatch_url}")