fortify / github-action

Fortify GitHub Actions
Other
10 stars 8 forks source link

Support proxies #4

Closed rsenden closed 5 months ago

rsenden commented 11 months ago

If proxy-related environment variables have been configured, the various actions should run fcli config proxy commands to configure proxy settings. Should we support generic proxy-related variables like PROXY_HOST and PROXY_USER, should we allow for target-specific variables like SSC_PROXY_HOST and SC_SAST_PROXY_HOST, or support both or even other approaches?

rsenden commented 5 months ago

GitHub Action now respects HTTP_PROXY and similar environment variables (3b5cd8bc279d25264d4afbc9a66f9b26144e68f9)