Skip to content

Commit

Permalink
ignore https certificate verification (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengshunli authored Jan 22, 2022
1 parent 4204879 commit c17aa17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kube_hunter/modules/report/dispatchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit c17aa17

Please sign in to comment.