feat: Query resource groups and storage accounts and display select instead of input in the survey #3426
ci.yaml
on: pull_request
Unit test
4m 12s
Lint
1m 24s
Validate PR Contracts
35s
Trivy fs scan
29s
GoReleaser build
16m 23s
Matrix: Build image
Publish image
0s
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
|