Skip to content

feat: rework how resources are analyzed and exposed #68

feat: rework how resources are analyzed and exposed

feat: rework how resources are analyzed and exposed #68

Triggered via push May 17, 2024 12:26
Status Failure
Total duration 1m 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: summary/webapp/router.go#L56
Error return value of `ViewRenderer.Template` is not checked (errcheck)
lint: summary/webapp/router.go#L60
Error return value of `utils.OpenURL` is not checked (errcheck)
lint: summary/webapp/router.go#L61
Error return value of `http.ListenAndServe` is not checked (errcheck)
lint: summary.go#L82
S1011: should replace loop with `resources = append(resources, services...)` (gosimple)
lint: summary.go#L91
S1011: should replace loop with `resources = append(resources, hpa...)` (gosimple)
lint: summary.go#L100
S1011: should replace loop with `resources = append(resources, authorizationPolicies...)` (gosimple)
lint: summary.go#L109
S1011: should replace loop with `resources = append(resources, destinationRules...)` (gosimple)
lint: summary.go#L118
S1011: should replace loop with `resources = append(resources, scaledobjects...)` (gosimple)
lint: summary.go#L132
S1012: should use `time.Since` instead of `time.Now().Sub` (gosimple)
lint
golangci-lint exit with code 4