ebpf plugin + parser #4559
Annotations
10 errors and 1 warning
golangci-lint:
pkg/plugin/ebpfwindows/ebpf_windows.go#L172
Error return value of `eventsMap.UnregisterForCallback` is not checked (errcheck)
|
golangci-lint:
pkg/plugin/ebpfwindows/ebpf_windows_test.go#L22
Error return value of `log.SetupZapLogger` is not checked (errcheck)
|
golangci-lint:
pkg/plugin/ebpfwindows/ebpf_windows.go#L7
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
pkg/plugin/ebpfwindows/ebpf_windows.go#L13
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
pkg/plugin/ebpfwindows/ebpf_windows.go#L18
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
pkg/plugin/ebpfwindows/eventsmap_types_windows.go#L85
captLocal: `IPv6' should not be capitalized (gocritic)
|
golangci-lint:
pkg/plugin/ebpfwindows/ebpf_windows.go#L245
avoid direct access to proto field e.GetFlow().IP.Source, use e.GetFlow().GetIP().GetSource() instead (protogetter)
|
golangci-lint:
pkg/plugin/ebpfwindows/ebpf_windows.go#L246
avoid direct access to proto field e.GetFlow().IP.Destination, use e.GetFlow().GetIP().GetDestination() instead (protogetter)
|
golangci-lint:
pkg/plugin/ebpfwindows/ebpf_windows.go#L272
avoid direct access to proto field e.GetFlow().IP.Source, use e.GetFlow().GetIP().GetSource() instead (protogetter)
|
golangci-lint:
pkg/plugin/ebpfwindows/ebpf_windows.go#L273
avoid direct access to proto field e.GetFlow().IP.Destination, use e.GetFlow().GetIP().GetDestination() instead (protogetter)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading