Skip to content

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

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

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

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

codeql.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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 networkResources (variable of struct type "github.com/moby/moby/client".NetworkListResult) as []"github.com/moby/moby/api/types/network".Summary value in argument to formatWrite
codeql: cli/command/network/list.go#L65
cannot index networkResources (variable of struct type "github.com/moby/moby/client".NetworkListResult)
codeql: cli/command/network/inspect.go#L48
apiClient.NetworkInspectWithRaw undefined (type "github.com/moby/moby/client".NetworkAPIClient has no field or method NetworkInspectWithRaw)
codeql: cli/command/idresolver/idresolver.go#L46
r.client.ServiceInspectWithRaw undefined (type client.APIClient has no field or method ServiceInspectWithRaw)
codeql: cli/command/idresolver/idresolver.go#L33
r.client.NodeInspectWithRaw undefined (type client.APIClient has no field or method NodeInspectWithRaw)