Skip to content

Commit 5f3153c

Browse files
committed
💚 cool down gosec linter
1 parent 5fce296 commit 5f3153c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/stars.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ func doWithRetry(httpclient *http.Client, req *http.Request) (*http.Response, er
229229
i := 1
230230

231231
for {
232-
resp, err := httpclient.Do(req)
232+
resp, err := httpclient.Do(req) //nolint:gosec // URL is built internally
233233
if err == nil && resp.StatusCode == http.StatusOK {
234234
return resp, nil
235235
}

0 commit comments

Comments
 (0)