chore(deps): bump github.com/crowdstrike/gofalcon from 0.6.0 to 0.7.0 #189
Annotations
2 errors
lint:
pkg/ws1/extractor.go#L177
[golangci] reported by reviewdog 🐶
S1005: unnecessary assignment to the blank identifier (gosimple)
Raw Output:
pkg/ws1/extractor.go:177:11: S1005: unnecessary assignment to the blank identifier (gosimple)
for key, _ := range securityErrorsMap {
^
|
lint:
pkg/falcon/extractor.go#L218
[golangci] reported by reviewdog 🐶
ineffectual assignment to sliceEnd (ineffassign)
Raw Output:
pkg/falcon/extractor.go:218:3: ineffectual assignment to sliceEnd (ineffassign)
sliceEnd = sliceStart + step
^
|