fixed doc in context to KubeArmorHostPolicy #180
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci-test-go.yml
on: push
go-fmt
14s
go-lint
39s
go-lint-tests
51s
go-sec
3m 42s
go-test
2m 14s
license
1m 11s
Annotations
12 warnings
go-lint:
KubeArmor/kvmAgent/kvmAgent.go#L87
redundant if ...; err != nil check, just return error instead.
|
go-lint:
KubeArmor/feeder/feeder.go#L38
exported const QueueSize should have comment or be unexported
|
go-lint:
KubeArmor/feeder/feeder.go#L90
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
go-lint:
KubeArmor/main.go#L16
exported var GitCommit should have comment or be unexported
|
go-lint:
KubeArmor/main.go#L17
exported var GitBranch should have comment or be unexported
|
go-lint:
KubeArmor/main.go#L18
exported var BuildDate should have comment or be unexported
|
go-lint:
KubeArmor/monitor/systemMonitor.go#L755
if block ends with a continue statement, so drop this else and outdent its block
|
go-lint:
KubeArmor/monitor/systemMonitor.go#L843
if block ends with a continue statement, so drop this else and outdent its block
|
go-lint:
KubeArmor/common/bpffs.go#L100
redundant if ...; err != nil check, just return error instead.
|
go-lint:
KubeArmor/common/bpffs.go#L155
redundant if ...; err != nil check, just return error instead.
|
go-lint-tests:
tests/util/kartutil.go#L216
exported function AnnotationsMatch should have comment or be unexported
|
go-lint-tests:
tests/util/portforward.go#L53
this block is empty, you can remove it
|