Skip to content

Missing bufio library #30

Missing bufio library

Missing bufio library #30

Triggered via push September 7, 2023 14:18
Status Failure
Total duration 2m 26s
Artifacts 1

checks.yaml

on: push
Lint
2m 15s
Lint
Trivy vulnerability scanner
23s
Trivy vulnerability scanner
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: cmd/dex/config.go#L14
could not import github.com/dexidp/dex/server (-: # github.com/dexidp/dex/server
Lint: server/server.go#L370
no new variables on left side of :=
Lint: server/server.go#L370
cannot use bufio.NewWriterSize(w, 4096 * 2) (value of type *bufio.Writer) as "net/http".ResponseWriter value in assignment: *bufio.Writer does not implement "net/http".ResponseWriter (missing method Header)
Lint: server/server.go#L371
w.Buffered undefined (type "net/http".ResponseWriter has no field or method Buffered)
Lint: server/server.go#L372
w.Flush undefined (type "net/http".ResponseWriter has no field or method Flush)) (typecheck)
Lint: server/server.go#L370
no new variables on left side of :=
Lint: server/server.go#L370
cannot use bufio.NewWriterSize(w, 4096 * 2) (value of type *bufio.Writer) as "net/http".ResponseWriter value in assignment: *bufio.Writer does not implement "net/http".ResponseWriter (missing method Header)
Lint: server/server.go#L371
w.Buffered undefined (type "net/http".ResponseWriter has no field or method Buffered)
Lint: server/server.go#L372
w.Flush undefined (type "net/http".ResponseWriter has no field or method Flush) (typecheck)
Lint
Process completed with exit code 2.

Artifacts

Produced during runtime
Name Size
[security-scan] Trivy scan results Expired
529 Bytes