Files
moby/daemon/logger/splunk
Sebastiaan van Stijn 6f220c3340 daemon/logger/splunk: HTTPEventCollectorMock: fix G114 (gosec)
Not a real issue for tests, but easy to fix;

    daemon/logger/splunk/splunkhecmock_test.go:79:9: G114: Use of net/http serve function that has no support for setting timeouts (gosec)
        return http.Serve(hec.tcpListener, hec)
               ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-06 12:50:21 +01:00
..