Skip to content

Merge pull request #1395 from rksharma95/fix-snitch-for-openshift #19

Merge pull request #1395 from rksharma95/fix-snitch-for-openshift

Merge pull request #1395 from rksharma95/fix-snitch-for-openshift #19

Triggered via push September 7, 2023 12:42
Status Success
Total duration 3m 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci-test-go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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/enforcer/bpflsm/enforcer.go#L46
parameter 'node' seems to be unused, consider removing or renaming it as _
go-lint: KubeArmor/policy/policy.go#L24
parameter 'c' seems to be unused, consider removing or renaming it as _
go-lint: KubeArmor/core/unorchestratedUpdates.go#L18
comment on exported method KubeArmorDaemon.SetContainerNSVisibility should be of the form "SetContainerNSVisibility ..."
go-lint: KubeArmor/core/k8sHandler.go#L226
comment on exported method K8sHandler.PatchResourceWithAppArmorAnnotations should be of the form "PatchResourceWithAppArmorAnnotations ..."
go-lint: KubeArmor/enforcer/bpflsm/rulesHandling.go#L370
parameter 'newPosture' seems to be unused, consider removing or renaming it as _
go-lint: KubeArmor/feeder/feeder.go#L38
exported const QueueSize should have comment or be unexported
go-lint: KubeArmor/common/common.go#L95
redefinition of the built-in function new
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