add an update step to replace digicert with onecert #10898
Triggered via pull request
September 27, 2024 17:50
Status
Failure
Total duration
3m 30s
Artifacts
–
golint.yml
on: pull_request
golangci-lint
3m 20s
validate-go
13s
Annotations
10 errors
golangci-lint:
pkg/deploy/config.go#L1
: # github.com/Azure/ARO-RP/pkg/deploy [github.com/Azure/ARO-RP/pkg/deploy.test]
|
golangci-lint:
pkg/deploy/predeploy_test.go#L487
cannot use mockKV (variable of type *mock_keyvault.MockManager) as "github.com/Azure/ARO-RP/pkg/util/keyvault".Manager value in struct literal: *mock_keyvault.MockManager does not implement "github.com/Azure/ARO-RP/pkg/util/keyvault".Manager (missing method GetCertificate)
|
golangci-lint:
pkg/deploy/predeploy_test.go#L488
cannot use mockKV (variable of type *mock_keyvault.MockManager) as "github.com/Azure/ARO-RP/pkg/util/keyvault".Manager value in struct literal: *mock_keyvault.MockManager does not implement "github.com/Azure/ARO-RP/pkg/util/keyvault".Manager (missing method GetCertificate)
|
golangci-lint:
pkg/deploy/predeploy_test.go#L1067
cannot use mockKV (variable of type *mock_keyvault.MockManager) as "github.com/Azure/ARO-RP/pkg/util/keyvault".Manager value in struct literal: *mock_keyvault.MockManager does not implement "github.com/Azure/ARO-RP/pkg/util/keyvault".Manager (missing method GetCertificate)
|
golangci-lint:
pkg/deploy/predeploy_test.go#L1068
cannot use mockKV (variable of type *mock_keyvault.MockManager) as "github.com/Azure/ARO-RP/pkg/util/keyvault".Manager value in struct literal: *mock_keyvault.MockManager does not implement "github.com/Azure/ARO-RP/pkg/util/keyvault".Manager (missing method GetCertificate)
|
golangci-lint:
pkg/deploy/predeploy_test.go#L1171
cannot use mockKV (variable of type *mock_keyvault.MockManager) as "github.com/Azure/ARO-RP/pkg/util/keyvault".Manager value in argument to d.ensureAndRotateSecret: *mock_keyvault.MockManager does not implement "github.com/Azure/ARO-RP/pkg/util/keyvault".Manager (missing method GetCertificate)
|
golangci-lint:
pkg/deploy/predeploy_test.go#L1246
cannot use mockKV (variable of type *mock_keyvault.MockManager) as "github.com/Azure/ARO-RP/pkg/util/keyvault".Manager value in argument to d.ensureSecret: *mock_keyvault.MockManager does not implement "github.com/Azure/ARO-RP/pkg/util/keyvault".Manager (missing method GetCertificate)
|
golangci-lint:
pkg/deploy/predeploy_test.go#L1304
cannot use mockKV (variable of type *mock_keyvault.MockManager) as "github.com/Azure/ARO-RP/pkg/util/keyvault".Manager value in argument to d.createSecret: *mock_keyvault.MockManager does not implement "github.com/Azure/ARO-RP/pkg/util/keyvault".Manager (missing method GetCertificate)
|
golangci-lint:
pkg/deploy/predeploy_test.go#L1376
cannot use mockKV (variable of type *mock_keyvault.MockManager) as "github.com/Azure/ARO-RP/pkg/util/keyvault".Manager value in argument to d.ensureSecretKey: *mock_keyvault.MockManager does not implement "github.com/Azure/ARO-RP/pkg/util/keyvault".Manager (missing method GetCertificate) (typecheck)
|
golangci-lint:
pkg/env/armhelper.go#L1
: # github.com/Azure/ARO-RP/pkg/env [github.com/Azure/ARO-RP/pkg/env.test]
|