mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Merge branch 'main' into sha-handling
This commit is contained in:
commit
1d1c5698da
16 changed files with 308 additions and 72 deletions
|
|
@ -128,6 +128,7 @@ func (d *downloader) httpClient() 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