Push on main #231
codeql
on: dynamic
Matrix: analyze
Annotations
10 errors
|
Analyze (go)
invalid case !bind.CreateHostPath in switch on true (mismatched types "github.com/compose-spec/compose-go/v2/types".OptOut and bool)
|
|
Analyze (go)
cannot use (func(cli *command.DockerCli) (client.APIClient, error) literal) (value of type func(cli *"github.com/docker/cli/cli/command".DockerCli) ("github.com/docker/docker/client".APIClient, error)) as func(*"github.com/docker/cli/cli/command".DockerCli) ("github.com/moby/moby/client".APIClient, error) value in argument to command.WithInitializeClient
|
|
Analyze (go)
cannot use s.dockerCli.Client() (value of interface type "github.com/moby/moby/client".APIClient) as "github.com/docker/docker/client".APIClient value in return statement: "github.com/moby/moby/client".APIClient does not implement "github.com/docker/docker/client".APIClient (wrong type for method BuildCachePrune)
|
|
Analyze (go)
cannot use ports (variable of type []"github.com/docker/docker/api/types/container".Port) as []"github.com/moby/moby/api/types/container".PortSummary value in argument to formatter.DisplayablePorts
|
|
Analyze (go)
cannot use dockeropts.ParseRestartPolicy(v) (value of struct type "github.com/moby/moby/api/types/container".RestartPolicy) as "github.com/docker/docker/api/types/container".RestartPolicy value in assignment
|
|
Analyze (go)
cannot use v (variable of type []"github.com/moby/moby/api/types/container".DeviceRequest) as []"github.com/docker/docker/api/types/container".DeviceRequest value in assignment
|
|
Analyze (go)
cannot use rp (variable of struct type "github.com/moby/moby/api/types/container".RestartPolicy) as "github.com/docker/docker/api/types/container".RestartPolicy value in struct literal
|
|
Analyze (go)
cannot use dockerCli.Client() (value of interface type "github.com/moby/moby/client".APIClient) as "github.com/docker/docker/client".APIClient value in argument to driver.GetDefaultFactory: "github.com/moby/moby/client".APIClient does not implement "github.com/docker/docker/client".APIClient (wrong type for method BuildCachePrune)
|
|
Analyze (go)
cannot use clientOpts (variable of type []"github.com/moby/moby/client".Opt) as []"github.com/docker/docker/client".Opt value in argument to dockerclient.NewClientWithOpts
|
|
Analyze (go)
cannot use dockerclient.WithTraceOptions(otelhttp.WithPropagators(propagation.NewCompositeTextMapPropagator(propagation.TraceContext{}, propagation.Baggage{}))) (value of func type "github.com/docker/docker/client".Opt) as "github.com/moby/moby/client".Opt value in argument to append
|