vendor: github.com/moby/moby/api, moby/moby/client master #4966
Annotations
10 errors
|
codeql
nw.Scope undefined (type "github.com/moby/moby/client".NetworkInspectResult has no field or method Scope)
|
|
codeql
cannot use apiclient.TaskList(ctx, client.TaskListOptions{…}) (value of struct type "github.com/moby/moby/client".TaskListResult) as []swarm.Task value in return statement
|
|
codeql
cannot use apiclient.ConfigList(ctx, client.ConfigListOptions{…}) (value of struct type "github.com/moby/moby/client".ConfigListResult) as []swarm.Config value in return statement
|
|
codeql
cannot use apiclient.SecretList(ctx, client.SecretListOptions{…}) (value of struct type "github.com/moby/moby/client".SecretListResult) as []swarm.Secret value in return statement
|
|
codeql
cannot use apiclient.NetworkList(ctx, client.NetworkListOptions{…}) (value of struct type "github.com/moby/moby/client".NetworkListResult) as []network.Summary value in return statement
|
|
codeql
cannot use apiclient.ServiceList(ctx, client.ServiceListOptions{…}) (value of struct type "github.com/moby/moby/client".ServiceListResult) as []swarm.Service value in return statement
|
|
codeql
cannot range over list (variable of struct type "github.com/moby/moby/client".ServiceListResult)
|
|
codeql
invalid argument: list (variable of struct type "github.com/moby/moby/client".ServiceListResult) for built-in len
|
|
codeql:
cli/command/service/completion.go#L24
cannot range over list (variable of struct type "github.com/moby/moby/client".ServiceListResult)
|
|
codeql:
cli/command/service/completion.go#L23
invalid argument: list (variable of struct type "github.com/moby/moby/client".ServiceListResult) for built-in len
|