Skip to content

Support LDAP authentication with unauthorized reads #656

Support LDAP authentication with unauthorized reads

Support LDAP authentication with unauthorized reads #656

Triggered via pull request April 18, 2024 09:13
Status Failure
Total duration 1m 3s
Artifacts

golangci-lint.yml

on: pull_request
golangci-lint
54s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
golangci-lint: ldap/ldap_test.go#L159
Error return value of `s.ListenAndServe` is not checked (errcheck)
golangci-lint: main.go#L248
SA1019: auth.AuthenticatorInterface is deprecated: this interface is not coherent. New code should define and use your own interfaces with a required subset of authenticator methods. (staticcheck)
golangci-lint: main.go#L461
SA1019: auth.AuthenticatorInterface is deprecated: this interface is not coherent. New code should define and use your own interfaces with a required subset of authenticator methods. (staticcheck)
golangci-lint: ldap/ldap_test.go#L163
SA1019: auth.AuthenticatorInterface is deprecated: this interface is not coherent. New code should define and use your own interfaces with a required subset of authenticator methods. (staticcheck)
golangci-lint: ldap/ldap_test.go#L252
SA4023: this comparison is never true (staticcheck)
golangci-lint: ldap/ldap_test.go#L250
SA4023(related information): the lhs of the comparison gets its value from here and has a concrete type (staticcheck)
golangci-lint
issues found
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.