DockerCLI/cli/command/image/build
Sebastiaan van Stijn df474d5176
cli/command/image/build: fix nosec comment
Looks like it's broken, so use a blanket "nolint:gosec" instead;

    cli/command/image/build/context.go:238:17: G107: Potential HTTP request made with variable url (gosec)
        if resp, err = http.Get(url); err != nil {
                        ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-06-10 21:19:32 +02:00
..
context.go cli/command/image/build: fix nosec comment 2024-06-10 21:19:32 +02:00
context_test.go Dockerfile: update mvdan/gofumpt to v0.6.0 2024-03-17 13:48:13 +01:00
context_unix.go remove pre-go1.17 build-tags 2023-05-05 18:23:03 +02:00
context_windows.go gofmt with go1.17 2022-03-26 20:21:00 +01:00
dockerignore.go replace dockerfile/dockerignore with patternmatcher/ignorefile 2023-08-23 12:09:12 +02:00