chore(deps): update module golang.org/x/crypto to v0.18.0 #3294
push_pr.yaml
on: push
Matrix: Build integration for
Static analysis and linting
1m 54s
Codespell
8s
Matrix: Helm chart Lint
Run tests
1m 40s
Annotations
10 errors
Static analysis and linting:
src/integration/sink/tls.go#L35
G402: TLS MinVersion too low. (gosec)
|
Static analysis and linting:
src/integration/sink/sink.go#L38
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"client cannot be nil\")" (goerr113)
|
Static analysis and linting:
src/integration/sink/sink.go#L42
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"url cannot be empty\")" (goerr113)
|
Static analysis and linting:
src/integration/sink/sink.go#L67
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unexpected status code: %d, expected: %d\", resp.StatusCode, http.StatusNoContent)" (goerr113)
|
Static analysis and linting:
src/integration/sink/sink.go#L53
should rewrite http.NewRequestWithContext or add (*Request).WithContext (noctx)
|
Static analysis and linting:
src/integration/sink/sink.go#L52
named return "n" with type "int" found (nonamedreturns)
|
Static analysis and linting:
src/integration/wrapper.go#L26
`sdkIntegration` is unused (structcheck)
|
Static analysis and linting:
src/integration/wrapper.go#L127
error returned from external package is unwrapped: sig: func github.com/newrelic/infra-integrations-sdk/integration.New(name string, version string, opts ...github.com/newrelic/infra-integrations-sdk/integration.Option) (i *github.com/newrelic/infra-integrations-sdk/integration.Integration, err error) (wrapcheck)
|
Static analysis and linting:
internal/config/config_test.go#L12
File is not `gofumpt`-ed (gofumpt)
|
Static analysis and linting:
internal/config/config_test.go#L16
File is not `gofumpt`-ed (gofumpt)
|