You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
checkov does not run behind a web proxy. Instead, it hangs indefinitely trying to connect to https://www.bridgecrew.cloud/api/v1
Describe the solution you'd like
Add web proxy support for proxy indicated in https_proxy environment variable.
Describe alternatives you've considered
None
Additional context
Before patch behind a web proxy:
$ time timeout 5m checkov -d .
real 5m0.007s
user 0m0.504s
sys 0m0.082s
$
Is your feature request related to a problem? Please describe.
checkov does not run behind a web proxy. Instead, it hangs indefinitely trying to connect to https://www.bridgecrew.cloud/api/v1
Describe the solution you'd like
Add web proxy support for proxy indicated in https_proxy environment variable.
Describe alternatives you've considered
None
Additional context
Before patch behind a web proxy:
After patch behind a web proxy:
The text was updated successfully, but these errors were encountered: