Skip to content

Add TLS Support to barbican operator #201

Add TLS Support to barbican operator

Add TLS Support to barbican operator #201

Triggered via pull request January 5, 2024 22:42
Status Failure
Total duration 1m 29s
Artifacts

golangci-lint.yaml

on: pull_request
github (govet, golint and gotest)
1m 17s
github (govet, golint and gotest)
github (golangci)
52s
github (golangci)
operator-lint
1m 20s
operator-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
github (golangci): controllers/barbican_controller.go#L415
r.Update undefined (type *BarbicanReconciler has no field or method Update) (typecheck)
github (golangci): controllers/barbican_controller.go#L425
r.Get undefined (type *BarbicanReconciler has no field or method Get) (typecheck)
github (golangci): controllers/barbican_controller.go#L432
r.Update undefined (type *BarbicanReconciler has no field or method Update) (typecheck)
github (golangci): controllers/barbican_controller.go#L442
r.Get undefined (type *BarbicanReconciler has no field or method Get) (typecheck)
github (golangci): controllers/barbican_controller.go#L449
r.Update undefined (type *BarbicanReconciler has no field or method Update) (typecheck)
github (golangci): controllers/barbican_controller.go#L459
r.Get undefined (type *BarbicanReconciler has no field or method Get) (typecheck)
github (golangci): controllers/barbicanapi_controller.go#L430
cannot infer T (/home/runner/go/pkg/mod/k8s.io/[email protected]/ptr/ptr.go:50:1) (typecheck)
github (golangci): controllers/barbicanapi_controller.go#L332
publicEndpointData declared and not used (typecheck)
github (golangci): controllers/barbicanapi_controller.go#L335
internalEndpointData declared and not used (typecheck)
github (golangci): controllers/barbicanapi_controller.go#L524
r.Update undefined (type *BarbicanAPIReconciler has no field or method Update) (typecheck)
github (golangci)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
github (golangci)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
github (golangci)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
github (govet, golint and gotest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
operator-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/