Skip to content

feat: Query resource groups and storage accounts and display select instead of input in the survey #3426

feat: Query resource groups and storage accounts and display select instead of input in the survey

feat: Query resource groups and storage accounts and display select instead of input in the survey #3426

Status Failure
Total duration 16m 27s
Artifacts

ci.yaml

on: pull_request
Matrix: Build image
Publish image
0s
Publish image
Fit to window
Zoom out
Zoom in

Annotations

17 errors
Trivy fs scan
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
Lint
issues found
Lint: pkg/provider/azure_utils_test.go#L50
cannot use &fakeGroupsClient{} (value of type *fakeGroupsClient) as *armresources.ResourceGroupsClient value in struct literal (typecheck)
Lint: pkg/provider/azure_utils_test.go#L49
cannot use &fakeContainersClient{} (value of type *fakeContainersClient) as *azblob.ContainerURL value in struct literal
Lint: pkg/provider/azure_utils_test.go#L45
cannot use &fakeAccountsClient{…} (value of type *fakeAccountsClient) as *armstorage.AccountsClient value in struct literal
Lint: pkg/provider/azure_utils_test.go#L37
cannot use &fakeGroupsClient{…} (value of type *fakeGroupsClient) as *armresources.ResourceGroupsClient value in struct literal
Lint: pkg/provider/azure_test.go#L122
invalid operation: clientSet.Containers (variable of type *azblob.ContainerURL) is not an interface
Lint: pkg/provider/azure_test.go#L118
invalid operation: clientSet.Accounts (variable of type *armstorage.AccountsClient) is not an interface
Lint: pkg/provider/azure_test.go#L53
invalid operation: clientSet.Groups (variable of type *armresources.ResourceGroupsClient) is not an interface
Unit test
Process completed with exit code 2.
Unit test: pkg/provider/azure_utils_test.go#L50
cannot use &fakeGroupsClient{} (value of type *fakeGroupsClient) as *armresources.ResourceGroupsClient value in struct literal
Unit test: pkg/provider/azure_utils_test.go#L49
cannot use &fakeContainersClient{} (value of type *fakeContainersClient) as *azblob.ContainerURL value in struct literal
Unit test: pkg/provider/azure_utils_test.go#L45
cannot use &fakeAccountsClient{…} (value of type *fakeAccountsClient) as *armstorage.AccountsClient value in struct literal
Unit test: pkg/provider/azure_utils_test.go#L37
cannot use &fakeGroupsClient{…} (value of type *fakeGroupsClient) as *armresources.ResourceGroupsClient value in struct literal
Unit test: pkg/provider/azure_test.go#L122
invalid operation: clientSet.Containers (variable of type *azblob.ContainerURL) is not an interface
Unit test: pkg/provider/azure_test.go#L118
invalid operation: clientSet.Accounts (variable of type *armstorage.AccountsClient) is not an interface
Unit test: pkg/provider/azure_test.go#L53
invalid operation: clientSet.Groups (variable of type *armresources.ResourceGroupsClient) is not an interface