enabling alert throttling by default #2840
ci-go.yml
on: pull_request
go-build
2m 15s
go-fmt
19s
go-sec
2m 51s
go-lint
21s
unit-tests
43s
Annotations
16 errors and 14 warnings
unit-tests
missing go.sum entry for module providing package k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1 (imported by github.com/kubearmor/kubearmor-client/install); to add:
|
unit-tests
missing go.sum entry for module providing package k8s.io/client-go/rest (imported by github.com/kubearmor/kubearmor-client/k8s); to add:
|
unit-tests
missing go.sum entry for module providing package k8s.io/client-go/discovery (imported by github.com/kubearmor/KubeArmor/pkg/KubeArmorOperator/client/clientset/versioned); to add:
|
unit-tests
missing go.sum entry for module providing package k8s.io/client-go/util/flowcontrol (imported by github.com/kubearmor/KubeArmor/pkg/KubeArmorOperator/client/clientset/versioned); to add:
|
unit-tests:
k8s/client.go#L11
missing go.sum entry for module providing package k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset (imported by github.com/kubearmor/kubearmor-client/k8s); to add:
|
unit-tests
missing go.sum entry for module providing package k8s.io/client-go/util/jsonpath (imported by k8s.io/cli-runtime/pkg/printers); to add:
|
unit-tests
missing go.sum entry for module providing package k8s.io/client-go/dynamic (imported by helm.sh/helm/v3/pkg/engine); to add:
|
unit-tests
missing go.sum entry for module providing package k8s.io/client-go/kubernetes/scheme (imported by github.com/kubearmor/kubearmor-client/k8s); to add:
|
unit-tests
missing go.sum entry for module providing package k8s.io/client-go/openapi (imported by k8s.io/cli-runtime/pkg/resource); to add:
|
unit-tests
missing go.sum entry for module providing package k8s.io/client-go/openapi3 (imported by k8s.io/cli-runtime/pkg/resource); to add:
|
go-build
undefined: grpc.SupportPackageIsVersion8
|
go-build
undefined: grpc.StaticMethod
|
go-build
undefined: grpc.StaticMethod
|
go-build
undefined: grpc.StaticMethod
|
go-build
Process completed with exit code 2.
|
go-sec
Process completed with exit code 2.
|
go-fmt
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
go-lint:
k8s/client.go#L38
comment on exported var KubeArmorCALabels should be of the form "KubeArmorCALabels ..."
|
go-lint:
k8s/client.go#L91
exported function GetKubeArmorCaSecret should have comment or be unexported
|
go-lint:
profile/Client/tabs.go#L103
redefinition of the built-in function max
|
go-lint:
probe/types.go#L43
don't use underscores in Go names; struct field Image_Version should be ImageVersion
|
go-lint:
vm/getscript.go#L72
parameter 'options' seems to be unused, consider removing or renaming it as _
|
go-lint:
probe/probe.go#L485
func name will be used as probe.ProbeRunningKubeArmorNodes by other packages, and that stutters; consider calling this RunningKubeArmorNodes
|
go-lint:
selfupdate/selfupdate.go#L110
parameter 'c' seems to be unused, consider removing or renaming it as _
|
go-lint:
profile/Client/profileClient.go#L397
exported method Profile.MarshalText should have comment or be unexported
|
go-lint:
log/log.go#L44
struct field TlsCertPath should be TLSCertPath
|
go-lint:
log/log.go#L45
struct field TlsCertProvider should be TLSCertProvider
|
unit-tests
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
go-build
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
go-sec
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|