chore(golang): bump version to 1.23.3 #2426
pr-validation.yaml
on: pull_request
file-checks
9s
go-lint
2m 25s
test
3m 28s
helm
29s
kustomize
14s
trivy
25s
Annotations
9 errors
go-lint
The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
|
test:
controllers/client/round_tripper.go#L19
Error return value is not checked (errcheck)
|
test:
controllers/reconcilers/grafana/deployment_reconciler.go#L207
G115: integer overflow conversion int -> int32 (gosec)
|
test:
controllers/reconcilers/grafana/grafana_service_reconciler.go#L54
G115: integer overflow conversion int -> int32 (gosec)
|
test:
controllers/reconcilers/grafana/grafana_service_reconciler.go#L85
G115: integer overflow conversion int -> int32 (gosec)
|
test:
controllers/fetchers/jsonnet_fetcher.go#L166
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
test:
controllers/fetchers/jsonnet_fetcher.go#L328
G115: integer overflow conversion int64 -> uint32 (gosec)
|
test:
controllers/reconcilers/grafana/plugins_reconciler.go#L42
S1009: should omit nil check; len() for map[string][]byte is defined as zero (gosimple)
|
test
Process completed with exit code 2.
|