Skip to content

feat(client): add support for custom HTTP headers #2422

feat(client): add support for custom HTTP headers

feat(client): add support for custom HTTP headers #2422

Re-run triggered November 14, 2024 12:06
Status Failure
Total duration 4m 18s
Artifacts

pr-validation.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors
trivy
Process completed with exit code 1.
go-lint: controllers/model/dashboard_resources.go#L6
could not import github.com/grafana/grafana-operator/v5/api/v1beta1 (-: # github.com/grafana/grafana-operator/v5/api/v1beta1
go-lint: api/v1beta1/zz_generated.deepcopy.go#L558
cannot use new(map[string]string) (value of type *map[string]string) as map[string]string value in assignment
go-lint: api/v1beta1/zz_generated.deepcopy.go#L559
invalid operation: cannot indirect *in (variable of type map[string]string)
go-lint: api/v1beta1/zz_generated.deepcopy.go#L561
invalid operation: cannot indirect out (variable of type map[string]string)
go-lint: api/v1beta1/zz_generated.deepcopy.go#L561
invalid operation: cannot indirect in (variable of type map[string]string)
go-lint: api/v1beta1/zz_generated.deepcopy.go#L562
invalid operation: cannot indirect in (variable of type map[string]string)
go-lint: api/v1beta1/zz_generated.deepcopy.go#L563
invalid operation: cannot indirect out (variable of type map[string]string)) (typecheck)
go-lint: controllers/client/grafana_client.go#L11
could not import github.com/grafana/grafana-operator/v5/api/v1beta1 (-: # github.com/grafana/grafana-operator/v5/api/v1beta1
go-lint: api/v1beta1/zz_generated.deepcopy.go#L558
cannot use new(map[string]string) (value of type *map[string]string) as map[string]string value in assignment
go-lint: api/v1beta1/zz_generated.deepcopy.go#L559
invalid operation: cannot indirect *in (variable of type map[string]string)
test
run make test and commit changes
test
Process completed with exit code 1.