Commit d3135c4
committed
Suppress false positive in gosec
New versions of gosec implemented stricter type conversion.
Since the integer values will be small in the conversions in this codebase,
it is safe to suppress these gosec warnings.
Signed-off-by: David Enyeart <[email protected]>1 parent a356b32 commit d3135c4
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments