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
Our company uses private GitHub runners with custom certificates. In this context, the ast-github-action fails to trigger the scan create command, due to Error completing TLS handshake, tls: failed to verify certificate: x509: certificate signed by unknown authority
Propose a solution
I'm not an expert here, but we'd need a way to pass our custom certificate authority to the docker image executing the ast-cli command.
Additional comments
So far, the only workaround is to add the --insecure flag, which is not suitable for us.
The text was updated successfully, but these errors were encountered:
Is your request related to a workflow problem?
Our company uses private GitHub runners with custom certificates. In this context, the
ast-github-action
fails to trigger the scan create command, due toError completing TLS handshake, tls: failed to verify certificate: x509: certificate signed by unknown authority
Propose a solution
I'm not an expert here, but we'd need a way to pass our custom certificate authority to the docker image executing the ast-cli command.
Additional comments
So far, the only workaround is to add the
--insecure
flag, which is not suitable for us.The text was updated successfully, but these errors were encountered: