Files
docker-cli/cli
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
..
2024-06-04 03:08:56 +00:00
2023-08-03 10:35:04 +02:00
2017-04-17 17:40:59 -04:00