mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Merge branch 'main' into sha-handling
This commit is contained in:
commit
1d1c5698da
16 changed files with 308 additions and 72 deletions
|
|
@ -284,6 +284,7 @@ func (c *config) httpClient(p *provider) util.Client {
|
|||
|
||||
hClient.Transport = &http.Transport{
|
||||
TLSClientConfig: &tlsConfig,
|
||||
Proxy: http.ProxyFromEnvironment,
|
||||
}
|
||||
|
||||
client := util.Client(&hClient)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue