feat: agent registry auth #1446
Annotations
6 errors
Lint with golangci-lint
issues found
|
Lint with golangci-lint:
internal/util/pointer.go#L11
SA4001: &*x will be simplified to x. It will not copy x. (staticcheck)
|
Lint with golangci-lint:
internal/auth/authentication.go#L53
`Auhtenticate` is a misspelling of `Authenticate` (misspell)
|
Lint with golangci-lint:
internal/authn/basic/authenticator.go#L20
The line is 126 characters long, which exceeds the maximum of 120 characters. (lll)
|
Lint with golangci-lint:
internal/authn/authinfo/db.go#L54
The line is 125 characters long, which exceeds the maximum of 120 characters. (lll)
|
Lint with golangci-lint:
internal/agentauth/auth.go#L41
Error return value of `client.LoginWithOpts` is not checked (errcheck)
|
Loading