PR #1559 #2186
codeql
on: dynamic
Matrix: analyze
Annotations
10 errors
|
Analyze (go)
cannot use (func(h *container.HostConfig) literal) (value of type func(h *"github.com/docker/docker/api/types/container".HostConfig)) as func(*"github.com/moby/moby/api/types/container".HostConfig) value in struct literal
|
|
Analyze (go)
cannot use nat.Port(fmt.Sprintf("%s/tcp", SolWSPort)) (value of string type nat.Port) as string value in argument to c.MappedPort
|
|
Analyze (go)
cannot use nat.Port(fmt.Sprintf("%s/tcp", SolHTTPPort)) (value of string type nat.Port) as string value in argument to c.MappedPort
|
|
Analyze (go)
cannot use (func(hostConfig *container.HostConfig) literal) (value of type func(hostConfig *"github.com/docker/docker/api/types/container".HostConfig)) as func(*"github.com/moby/moby/api/types/container".HostConfig) value in struct literal
|
|
Analyze (go)
cannot use nat.Port(fmt.Sprintf("%s/tcp", SolWSPort)) (value of string type nat.Port) as string value in argument to c.MappedPort
|
|
Analyze (go)
cannot use nat.Port(fmt.Sprintf("%s/tcp", SolHTTPPort)) (value of string type nat.Port) as string value in argument to c.MappedPort
|
|
Analyze (go)
cannot use (func(hc *container.HostConfig) literal) (value of type func(hc *"github.com/docker/docker/api/types/container".HostConfig)) as func(*"github.com/moby/moby/api/types/container".HostConfig) value in struct literal
|
|
Analyze (go)
cannot use logOptions (variable of struct type "github.com/docker/docker/api/types/container".LogsOptions) as "github.com/moby/moby/client".ContainerLogsOptions value in argument to provider.Client().ContainerLogs
|
|
Analyze (go)
cannot range over containers (variable of struct type "github.com/moby/moby/client".ContainerListResult)
|
|
Analyze (go)
cannot use listOptions (variable of struct type "github.com/docker/docker/api/types/container".ListOptions) as "github.com/moby/moby/client".ContainerListOptions value in argument to provider.Client().ContainerList
|