feat(client): add support for custom HTTP headers #2422
pr-validation.yaml
on: pull_request
file-checks
5s
go-lint
2m 1s
test
4m 7s
helm
38s
kustomize
25s
trivy
17s
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.
|