Skip to content

Commit

Permalink
🚨 disabled-certificate-check
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Oct 5, 2020
1 parent d3faa1f commit 83a5587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/request/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func Client(p string) *http.Client {
tr := &http.Transport{
MaxIdleConns: 30,
IdleConnTimeout: time.Second,
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
TLSClientConfig: &tls.Config{InsecureSkipVerify: true}, // lgtm [go/disabled-certificate-check]
DialContext: (&net.Dialer{
Timeout: time.Second * 30,
KeepAlive: time.Second,
Expand Down

0 comments on commit 83a5587

Please sign in to comment.