Update Github actions #82
Annotations
10 errors and 1 warning
|
lint:
main.go#L14
import 'github.com/prometheus/client_golang/prometheus/promhttp' is not allowed from list 'Main' (depguard)
|
|
lint:
main.go#L13
import 'github.com/prometheus/client_golang/prometheus' is not allowed from list 'Main' (depguard)
|
|
lint:
keys.go#L7
import 'golang.org/x/crypto/ssh' is not allowed from list 'Main' (depguard)
|
|
lint:
client.go#L13
import 'golang.org/x/crypto/ssh' is not allowed from list 'Main' (depguard)
|
|
lint:
http_test.go#L81
unused-parameter: parameter 'hostname' seems to be unused, consider removing or renaming it as _ (revive)
|
|
lint:
http_test.go#L52
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
|
|
lint:
proxy.go#L57
unused-parameter: parameter 'network' seems to be unused, consider removing or renaming it as _ (revive)
|
|
lint:
http_test.go#L198
G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server (gosec)
|
|
lint:
http_test.go#L188
G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server (gosec)
|
|
lint:
main.go#L89
G114: Use of net/http serve function that has no support for setting timeouts (gosec)
|
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/http-over-ssh/http-over-ssh. Supported file pattern: go.sum
|