Skip to content

CI Setup

CI Setup #1

Triggered via pull request December 1, 2024 21:14
Status Failure
Total duration 38s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
build
Process completed with exit code 127.
lint: internal/auth-service/server/server.go#L14
G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server (gosec)
lint: internal/auth-service/storage/auth.go#L53
G101: Potential hardcoded credentials (gosec)
lint: internal/auth-service/storage/auth.go#L101
G101: Potential hardcoded credentials (gosec)
lint: internal/auth-service/storage/auth.go#L119
G101: Potential hardcoded credentials (gosec)
lint: internal/model/jwt.go#L11
json(camel): got 'access_token' want 'accessToken' (tagliatelle)
lint: internal/model/jwt.go#L12
json(camel): got 'refresh_token' want 'refreshToken' (tagliatelle)
lint: internal/model/jwt.go#L16
json(camel): got 'user_id' want 'userId' (tagliatelle)
lint: internal/model/jwt.go#L19
json(camel): got 'email_verified' want 'emailVerified' (tagliatelle)
lint: internal/model/jwt.go#L56
json(camel): got 'at_hash' want 'atHash' (tagliatelle)
lint: internal/model/jwt.go#L59
json(camel): got 'email_verified' want 'emailVerified' (tagliatelle)