Skip to content

Auth

Auth #217

Triggered via push December 1, 2024 03:54
Status Failure
Total duration 2m 13s
Artifacts

app.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint
Error return value of `conn.Close` is not checked (errcheck)
lint
Error return value of `res.Body.Close` is not checked (errcheck)
lint
G104: Errors unhandled. (gosec)
lint
Error return value of `tc.Close` is not checked (errcheck)
lint
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
lint
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
lint
error returned from interface method should be wrapped: sig: func (github.com/markbates/goth.Provider).FetchUser(github.com/markbates/goth.Session) (github.com/markbates/goth.User, error) (wrapcheck)
lint
error returned from external package is unwrapped: sig: func (*github.com/golang-jwt/jwt/v5.Token).SignedString(key interface{}) (string, error) (wrapcheck)
lint
error returned from external package is unwrapped: sig: func (*github.com/golang-jwt/jwt/v5.Parser).ParseWithClaims(tokenString string, claims github.com/golang-jwt/jwt/v5.Claims, keyFunc github.com/golang-jwt/jwt/v5.Keyfunc) (*github.com/golang-jwt/jwt/v5.Token, error) (wrapcheck)
lint
error returned from interface method should be wrapped: sig: func (github.com/markbates/goth.Provider).BeginAuth(state string) (github.com/markbates/goth.Session, error) (wrapcheck)