Skip to content

fix: resolve golangci-lint issues in pipeline inference code #72

fix: resolve golangci-lint issues in pipeline inference code

fix: resolve golangci-lint issues in pipeline inference code #72

Triggered via push March 6, 2026 15:43
Status Success
Total duration 5m 0s
Artifacts
copilot-setup-steps
4m 56s
copilot-setup-steps
Fit to window
Zoom out
Zoom in

Annotations

10 errors
copilot-setup-steps: module/auth_m2m.go#L313
G120: Parsing form data without limiting request body size can allow memory exhaustion (use http.MaxBytesReader) (gosec)
copilot-setup-steps: module/auth_m2m.go#L280
G120: Parsing form data without limiting request body size can allow memory exhaustion (use http.MaxBytesReader) (gosec)
copilot-setup-steps: module/auth_m2m.go#L274
G120: Parsing form data without limiting request body size can allow memory exhaustion (use http.MaxBytesReader) (gosec)
copilot-setup-steps: module/api_workflow_handler.go#L47
G118: Goroutine uses context.Background/TODO while request-scoped context is available (gosec)
copilot-setup-steps: module/api_v1_handler.go#L1073
G120: Parsing form data without limiting request body size can allow memory exhaustion (use http.MaxBytesReader) (gosec)
copilot-setup-steps: module/api_v1_handler.go#L1061
G120: Parsing form data without limiting request body size can allow memory exhaustion (use http.MaxBytesReader) (gosec)
copilot-setup-steps: module/api_v1_handler.go#L925
G706: Log injection via taint analysis (gosec)
copilot-setup-steps: middleware/apikey.go#L75
G118: Goroutine uses context.Background/TODO while request-scoped context is available (gosec)
copilot-setup-steps: licensing/validator.go#L100
G118: Goroutine uses context.Background/TODO while request-scoped context is available (gosec)
copilot-setup-steps: cmd/server/main.go#L1425
G118: context cancellation function returned by WithCancel/WithTimeout/WithDeadline is not called (gosec)