Onboard IaaS Server Service Account Commands #1330
Annotations
7 errors and 1 warning
|
CI:
internal/cmd/beta/server/service-account/list/list.go#L120
paramTypeCombine: func(p *print.Printer, outputFormat string, serverId string, serverName string, serviceAccounts []string) error could be replaced with func(p *print.Printer, outputFormat, serverId, serverName string, serviceAccounts []string) error (gocritic)
|
|
CI:
internal/cmd/beta/server/service-account/attach/attach.go#L93
importShadow: shadow of imported from 'github.com/stackitcloud/stackit-cli/internal/pkg/args' package 'args' (gocritic)
|
|
CI:
internal/cmd/beta/server/service-account/attach/attach.go#L123
paramTypeCombine: func(p *print.Printer, outputFormat string, serviceAccMail string, serverLabel string, serviceAccounts *iaas.ServiceAccountMailListResponse) error could be replaced with func(p *print.Printer, outputFormat, serviceAccMail, serverLabel string, serviceAccounts *iaas.ServiceAccountMailListResponse) error (gocritic)
|
|
CI:
internal/cmd/beta/server/service-account/detach/detach.go#L93
importShadow: shadow of imported from 'github.com/stackitcloud/stackit-cli/internal/pkg/args' package 'args' (gocritic)
|
|
CI:
internal/cmd/beta/server/service-account/detach/detach.go#L123
paramTypeCombine: func(p *print.Printer, outputFormat string, serviceAccMail string, serverLabel string, service *iaas.ServiceAccountMailListResponse) error could be replaced with func(p *print.Printer, outputFormat, serviceAccMail, serverLabel string, service *iaas.ServiceAccountMailListResponse) error (gocritic)
|
|
CI:
internal/cmd/beta/server/service-account/detach/detach.go#L76
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
|
CI
Process completed with exit code 2.
|
|
CI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|