Skip to content

vendor: github.com/moby/moby/api, moby/moby/client master #4962

vendor: github.com/moby/moby/api, moby/moby/client master

vendor: github.com/moby/moby/api, moby/moby/client master #4962

Triggered via pull request October 23, 2025 16:31
Status Success
Total duration 2m 34s
Artifacts

codeql.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
codeql: cli/command/plugin/push.go#L48
cannot use encodedAuth (variable of type string) as "github.com/moby/moby/client".PluginPushOptions value in argument to dockerCli.Client().PluginPush
codeql: cli/command/plugin/list.go#L75
cannot use resp (variable of struct type "github.com/moby/moby/client".PluginListResult) as []*"github.com/moby/moby/api/types/plugin".Plugin value in argument to formatWrite
codeql: cli/command/plugin/list.go#L58
cannot index resp (variable of struct type "github.com/moby/moby/client".PluginListResult)
codeql: cli/command/plugin/inspect.go#L44
apiClient.PluginInspectWithRaw undefined (type "github.com/moby/moby/client".APIClient has no field or method PluginInspectWithRaw)
codeql: cli/command/plugin/enable.go#L41
too many return values
codeql: cli/command/plugin/disable.go#L21
assignment mismatch: 1 variable but dockerCLI.Client().PluginDisable returns 2 values
codeql: cli/command/plugin/create.go#L117
assignment mismatch: 1 variable but dockerCli.Client().PluginCreate returns 2 values
codeql: cli/command/plugin/completion.go#L42
cannot range over list (variable of struct type "github.com/moby/moby/client".PluginListResult)
codeql: cli/command/network/remove.go#L52
apiClient.NetworkInspectWithRaw undefined (type "github.com/moby/moby/client".APIClient has no field or method NetworkInspectWithRaw)
codeql: cli/command/network/list.go#L73
cannot use res.Items (variable of type []"github.com/moby/moby/api/types/network".Summary) as "github.com/moby/moby/client".NetworkListResult value in argument to formatWrite