fix: gosec linting errors #5516
Annotations
8 errors
pkg/plugin/processor/standalone/host_module.go#L205
G115: integer overflow conversion int -> uint32 (gosec)
|
pkg/plugin/processor/standalone/host_module.go#L217
G115: integer overflow conversion int -> uint32 (gosec)
|
pkg/pipeline/stream/fanout.go#L75
G115: integer overflow conversion int -> int32 (gosec)
|
pkg/web/api/toproto/plugin.go#L76
G115: integer overflow conversion int64 -> int32 (gosec)
|
pkg/web/api/toproto/plugin.go#L100
G115: integer overflow conversion int -> int32 (gosec)
|
pkg/web/api/toproto/plugin.go#L112
G115: integer overflow conversion int64 -> int32 (gosec)
|
pkg/web/api/toproto/processor.go#L52
G115: integer overflow conversion int -> int32 (gosec)
|
|
This job failed
Loading