Update CrownLabs operators SDKs #4657
Annotations
10 errors and 2 warnings
Check linting:
operators/pkg/forge/ingresses.go#L36
G101: Potential hardcoded credentials (gosec)
|
Check linting:
operators/pkg/forge/utils.go#L21
import 'github.com/dustinkirkland/golang-petname' is not allowed from list 'main' (depguard)
|
Check linting:
operators/pkg/forge/virtualmachines.go#L23
import 'kubevirt.io/api/core/v1' is not allowed from list 'main' (depguard)
|
Check linting:
operators/pkg/forge/virtualmachines.go#L24
import 'kubevirt.io/containerized-data-importer-api/pkg/apis/core/v1beta1' is not allowed from list 'main' (depguard)
|
Check linting:
operators/pkg/instctrl/controller.go#L34
import 'kubevirt.io/api/core/v1' is not allowed from list 'main' (depguard)
|
Check linting:
operators/pkg/instctrl/statusinspection.go#L22
import 'kubevirt.io/api/core/v1' is not allowed from list 'main' (depguard)
|
Check linting:
operators/cmd/instance-operator/main.go#L32
import 'kubevirt.io/containerized-data-importer-api/pkg/apis/core/v1beta1' is not allowed from list 'main' (depguard)
|
Check linting:
operators/pkg/utils/tests/fail_not_found.go#L21
import 'github.com/onsi/gomega/format' is not allowed from list 'main' (depguard)
|
Check linting:
operators/pkg/utils/tests/fail_not_found.go#L22
import 'github.com/onsi/gomega/types' is not allowed from list 'main' (depguard)
|
Check linting:
operators/pkg/utils/tests/log.go#L20
import 'github.com/onsi/ginkgo/v2' is not allowed from list 'main' (depguard)
|
Setup Go
Restore cache failed: Dependencies file is not found in /home/runner/work/CrownLabs/CrownLabs. Supported file pattern: go.sum
|
Check linting:
operators/pkg/instctrl/exposition.go#L129
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
Loading