[release/v1.12] Workflow fixes #4057
Open
Annotations
10 errors
|
golangci-lint:
test/e2e/kubeone.go#L119
net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)
|
|
golangci-lint:
pkg/apis/kubeone/config/config.go#L110
os/exec.Command must not be called. use os/exec.CommandContext (noctx)
|
|
golangci-lint:
test/e2e/helpers.go#L645
G118: context cancellation function returned by WithCancel/WithTimeout/WithDeadline is not called (gosec)
|
|
golangci-lint:
pkg/yamled/path_test.go#L28
G602: slice index out of range (gosec)
|
|
golangci-lint:
pkg/ssh/connection.go#L274
G118: context cancellation function returned by WithCancel/WithTimeout/WithDeadline is not called (gosec)
|
|
golangci-lint:
pkg/ssh/connection.go#L212
G704: SSRF via taint analysis (gosec)
|
|
golangci-lint:
pkg/addons/manifest.go#L417
G117: Marshaled struct field "APIKey" (JSON key "apiKey") matches secret pattern (gosec)
|
|
golangci-lint:
pkg/apis/kubeone/v1beta2/types.go#L838
deprecatedComment: `Deprecated: ` notices should be in a dedicated paragraph, separated from the rest (gocritic)
|
|
golangci-lint:
pkg/apis/kubeone/v1beta2/types.go#L734
deprecatedComment: `Deprecated: ` notices should be in a dedicated paragraph, separated from the rest (gocritic)
|
|
golangci-lint:
pkg/apis/kubeone/v1beta2/types.go#L72
deprecatedComment: `Deprecated: ` notices should be in a dedicated paragraph, separated from the rest (gocritic)
|
Loading