Commit 8c2bcc4
committed
Exclude gosec G118 rule from client-scan CI
G118 (context cancellation not called) was added in gosec v2.24.0
(Feb 27, 2026) and produces false positives for cancel functions
that are called in goroutines or stored for deferred invocation.
The CI uses gosec@master which pulled in this new rule automatically.1 parent fedd235 commit 8c2bcc4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
0 commit comments