cli/config/types: remove deprecated AuthConfig.Email field #4772
Triggered via pull request
September 29, 2025 08:41
Status
Success
Total duration
1m 43s
Artifacts
–
Annotations
10 errors
|
codeql
cannot convert authConfig (variable of struct type "github.com/moby/moby/api/types/registry".AuthConfig) to type "github.com/docker/cli/cli/config/types".AuthConfig
|
|
codeql
cannot convert *authConfig (variable of struct type "github.com/docker/cli/cli/config/types".AuthConfig) to type "github.com/moby/moby/api/types/registry".AuthConfig
|
|
codeql
cannot convert *authConfig (variable of struct type "github.com/docker/cli/cli/config/types".AuthConfig) to type "github.com/moby/moby/api/types/registry".AuthConfig
|
|
codeql
cannot convert auth (variable of struct type "github.com/docker/cli/cli/config/types".AuthConfig) to type "github.com/moby/moby/api/types/registry".AuthConfig
|
|
codeql
cannot convert authConfig (variable of struct type "github.com/docker/cli/cli/config/types".AuthConfig) to type registry.AuthConfig
|
|
codeql
cannot convert authCfg (variable of struct type "github.com/docker/cli/cli/config/types".AuthConfig) to type registry.AuthConfig
|
|
codeql
cannot convert a (variable of struct type "github.com/docker/cli/cli/config/types".AuthConfig) to type registry.AuthConfig
|
|
codeql:
cli/command/registry.go#L189
cannot convert authConfig (variable of struct type "github.com/docker/cli/cli/config/types".AuthConfig) to type registry.AuthConfig
|
|
codeql:
cli/command/registry.go#L74
cannot convert authCfg (variable of struct type "github.com/docker/cli/cli/config/types".AuthConfig) to type registry.AuthConfig
|
|
codeql:
cli/command/registry.go#L53
cannot convert a (variable of struct type "github.com/docker/cli/cli/config/types".AuthConfig) to type registry.AuthConfig
|