chore(deps): update module golang.org/x/crypto to v0.33.0 #4957
push_pr.yaml
on: push
Matrix: Build integration for
Static analysis and linting
1m 53s
Codespell
9s
Matrix: Helm chart Lint
Run tests
1m 58s
Annotations
10 errors
Static analysis and linting:
src/network/interfaces_linux.go#L36
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"Can't access %s\", routeFile)" (err113)
|
Static analysis and linting:
src/network/interfaces_linux.go#L57
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"invalid linux route file: %s\", route)" (err113)
|
Static analysis and linting:
src/network/interfaces_linux.go#L64
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"invalid row '%s' in route file\", row)" (err113)
|
Static analysis and linting:
src/network/interfaces_linux.go#L80
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"couldn't find interface with default destination\")" (err113)
|
Static analysis and linting:
src/network/interfaces_linux.go#L45
Comment should end in a period (godot)
|
Static analysis and linting:
src/network/interfaces_linux_test.go#L11
Function TestDefaultInterface missing the call to method parallel (paralleltest)
|
Static analysis and linting:
src/network/interfaces_linux.go#L8
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
Static analysis and linting:
src/network/interfaces_linux.go#L42
error returned from external package is unwrapped: sig: func io/ioutil.ReadAll(r io.Reader) ([]byte, error) (wrapcheck)
|
Static analysis and linting:
src/definition/populate.go#L66
cognitive complexity 61 of func `IntegrationPopulator` is high (> 30) (gocognit)
|
Static analysis and linting:
src/prometheus/definition.go#L226
cognitive complexity 44 of func `GroupMetricsBySpec` is high (> 30) (gocognit)
|