Skip to content

DNM: testing

DNM: testing #5621

Triggered via pull request February 27, 2026 18:01
Status Success
Total duration 2m 25s
Artifacts

codeql.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
codeql
cannot use responseBody (variable of interface type "github.com/moby/moby/client".ImageImportResult) as "github.com/docker/cli/internal/jsonstream".ProgressResponse value in argument to jsonstream.Display: "github.com/moby/moby/client".ImageImportResult does not implement "github.com/docker/cli/internal/jsonstream".ProgressResponse (missing method JSONMessages)
codeql
cannot use response.Body (variable of interface type io.ReadCloser) as "github.com/docker/cli/internal/jsonstream".ProgressResponse value in argument to jsonstream.Display: io.ReadCloser does not implement "github.com/docker/cli/internal/jsonstream".ProgressResponse (missing method JSONMessages)
codeql: cli/command/service/helpers.go#L27
cannot use pipeReader (variable of type *io.PipeReader) as "github.com/docker/cli/internal/jsonstream".ProgressResponse value in argument to jsonstream.Display: *io.PipeReader does not implement "github.com/docker/cli/internal/jsonstream".ProgressResponse (missing method JSONMessages)
codeql: cli/command/swarm/ca.go#L127
cannot use pipeReader (variable of type *io.PipeReader) as "github.com/docker/cli/internal/jsonstream".ProgressResponse value in argument to jsonstream.Display: *io.PipeReader does not implement "github.com/docker/cli/internal/jsonstream".ProgressResponse (missing method JSONMessages)
codeql: cli/command/plugin/upgrade.go#L93
cannot use responseBody (variable of interface type "github.com/moby/moby/client".PluginUpgradeResult) as "github.com/docker/cli/internal/jsonstream".ProgressResponse value in argument to jsonstream.Display: "github.com/moby/moby/client".PluginUpgradeResult does not implement "github.com/docker/cli/internal/jsonstream".ProgressResponse (missing method JSONMessages)
codeql: cli/command/plugin/push.go#L59
cannot use responseBody (variable of struct type "github.com/moby/moby/client".PluginPushResult) as "github.com/docker/cli/internal/jsonstream".ProgressResponse value in argument to jsonstream.Display: "github.com/moby/moby/client".PluginPushResult does not implement "github.com/docker/cli/internal/jsonstream".ProgressResponse (missing method JSONMessages)
codeql: cli/command/plugin/install.go#L103
cannot use responseBody (variable of struct type "github.com/moby/moby/client".PluginInstallResult) as "github.com/docker/cli/internal/jsonstream".ProgressResponse value in argument to jsonstream.Display: "github.com/moby/moby/client".PluginInstallResult does not implement "github.com/docker/cli/internal/jsonstream".ProgressResponse (missing method JSONMessages)
codeql: cli/command/image/load.go#L100
cannot use res (variable of interface type "github.com/moby/moby/client".ImageLoadResult) as "github.com/docker/cli/internal/jsonstream".ProgressResponse value in argument to jsonstream.Display: "github.com/moby/moby/client".ImageLoadResult does not implement "github.com/docker/cli/internal/jsonstream".ProgressResponse (missing method JSONMessages)
codeql: cli/command/image/import.go#L107
cannot use responseBody (variable of interface type "github.com/moby/moby/client".ImageImportResult) as "github.com/docker/cli/internal/jsonstream".ProgressResponse value in argument to jsonstream.Display: "github.com/moby/moby/client".ImageImportResult does not implement "github.com/docker/cli/internal/jsonstream".ProgressResponse (missing method JSONMessages)
codeql: cli/command/image/build.go#L365
cannot use response.Body (variable of interface type io.ReadCloser) as "github.com/docker/cli/internal/jsonstream".ProgressResponse value in argument to jsonstream.Display: io.ReadCloser does not implement "github.com/docker/cli/internal/jsonstream".ProgressResponse (missing method JSONMessages)