Describe the issue
When running checkov behind a proxy on a machine with corporate CA certificate installed in the native trust store, checkov still require a command line parameter.
Consider adding truststore to main.py
import truststore
truststore.inject_into_ssl()