Skip to content

Merge pull request #8 from axone-protocol/ci/setup #6

Merge pull request #8 from axone-protocol/ci/setup

Merge pull request #8 from axone-protocol/ci/setup #6

Triggered via push August 9, 2024 14:09
Status Failure
Total duration 1m 29s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint-go: auth/jwt/http.go#L41
Error return value of `writer.Write` is not checked (errcheck)
lint-go: provider/storage/http.go#L34
Error return value of `io.Copy` is not checked (errcheck)
lint-go: provider/storage/http.go#L47
Error return value of `io.Copy` is not checked (errcheck)
lint-go: http/server.go#L17
G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server (gosec)
lint-go: auth/proxy.go#L34
unused-parameter: parameter 'credential' seems to be unused, consider removing or renaming it as _ (revive)
lint-go: auth/jwt/http.go#L15
empty-block: this block is empty, you can remove it (revive)
lint-go: auth/jwt/http.go#L20
empty-block: this block is empty, you can remove it (revive)
lint-go: auth/jwt/http.go#L25
empty-block: this block is empty, you can remove it (revive)
lint-go: auth/jwt/http.go#L30
empty-block: this block is empty, you can remove it (revive)
lint-go: auth/jwt/http.go#L15
SA9003: empty branch (staticcheck)