vendor: github.com/moby/moby/api, moby/moby/client master #4963
Annotations
10 errors
|
codeql:
cli/command/plugin/set.go#L15
cannot use args[1:] (value of type []string) as "github.com/moby/moby/client".PluginSetOptions value in argument to dockerCLI.Client().PluginSet
|
|
codeql:
cli/command/plugin/remove.go#L46
assignment mismatch: 1 variable but apiClient.PluginRemove returns 2 values
|
|
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)
|