fix(deps): update github.com/kubearmor/kubearmor/pkg/kubearmorcontroller digest to 3034561 #3034
ci-go.yml
on: pull_request
go-build
1m 31s
go-fmt
12s
go-sec
43s
go-lint
22s
unit-tests
20s
Annotations
2 errors and 10 warnings
unit-tests
Process completed with exit code 2.
|
go-sec
Process completed with exit code 2.
|
go-lint:
vm/policy.go#L4
should have a package comment
|
go-lint:
profile/pathAggregator.go#L13
should omit type string from declaration of var WildPathDigit; it will be inferred from the right-hand side
|
go-lint:
profile/pathAggregator.go#L14
should omit type string from declaration of var WildPathDigitLeaf; it will be inferred from the right-hand side
|
go-lint:
profile/pathAggregator.go#L15
should omit type string from declaration of var WildPathChar; it will be inferred from the right-hand side
|
go-lint:
profile/pathAggregator.go#L16
should omit type string from declaration of var WildPathCharLeaf; it will be inferred from the right-hand side
|
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:
selfupdate/selfupdate.go#L110
parameter 'c' seems to be unused, consider removing or renaming it as _
|
go-lint:
cmd/root.go#L17
parameter 'cmd' seems to be unused, consider removing or renaming it as _
|
go-lint:
cmd/rotate-tls.go#L13
parameter 'cmd' seems to be unused, consider removing or renaming it as _
|