Tests #7
Annotations
11 errors and 3 warnings
Container
buildx failed with: Learn more at https://docs.docker.com/go/attestations/
|
Static Analysis:
pkg/adapters/registry.go#L60
func `adapterInfoByAdapterType` is unused (unused)
|
Static Analysis:
pkg/server/config.go#L20
Error return value of `validate.RegisterValidation` is not checked (errcheck)
|
Static Analysis:
pkg/server/config.go#L21
Error return value of `validate.RegisterValidation` is not checked (errcheck)
|
Static Analysis:
pkg/server/config.go#L22
Error return value of `validate.RegisterValidation` is not checked (errcheck)
|
Static Analysis:
pkg/server/handler.go#L356
Error return value of `writer.WriteMsg` is not checked (errcheck)
|
Static Analysis:
pkg/server/handler.go#L128
S1002: should omit comparison to bool constant, can be simplified to `!zone.HasAuthenticationDisabled()` (gosimple)
|
Static Analysis:
pkg/server/handler.go#L253
S1002: should omit comparison to bool constant, can be simplified to `!zone.HasAuthenticationDisabled()` (gosimple)
|
Static Analysis:
pkg/server/init.go#L97
S1002: should omit comparison to bool constant, can be simplified to `!config.Unsecure` (gosimple)
|
Static Analysis:
pkg/server/server.go#L55
sigchanyzer: misuse of unbuffered os.Signal channel as argument to signal.Notify (govet)
|
Static Analysis:
pkg/dns/update/authorization.go#L26
S1002: should omit comparison to bool constant, can be simplified to `a.authPassed` (gosimple)
|
Container
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Static Analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit Testing
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|