This repository was archived by the owner on Jul 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ github.com/docker/cli v20.10.9+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHv
318318github.com/docker/distribution v0.0.0-20190905152932-14b96e55d84c /go.mod h1:0+TTO4EOBfRPhZXAeF1Vu+W3hHZ8eLp8PgKVZlcvtFY =
319319github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
320320github.com/docker/distribution v2.7.1+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
321- github.com/docker/distribution v2.8.0+incompatible h1:u9vuu6qqG7nN9a735Noed0ahoUm30iipVRlhgh72N0M =
321+ github.com/docker/distribution v2.8.0+incompatible h1:l9EaZDICImO1ngI+uTifW+ZYvvz7fKISBAKpg+MbWbY =
322322github.com/docker/distribution v2.8.0+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
323323github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7 /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
324324github.com/docker/docker v20.10.9+incompatible h1:JlsVnETOjM2RLQa0Cc1XCIspUdXW3Zenq9P54uXBm6k =
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ func WithExperimental() Ops {
186186
187187func getToken (opts Options ) (string , error ) {
188188 if opts .auth .Username == "" {
189- return "" , fmt .Errorf (`You need to be logged in to Docker Hub to use scan feature.
189+ return "" , fmt .Errorf (`You need to be logged in to Docker Hub to use the scan feature.
190190please login to Docker Hub using the Docker Login command` )
191191 }
192192 h := hub .GetInstance ()
You can’t perform that action at this time.
0 commit comments