fix(deps): update module github.com/cilium/ebpf to v0.17.3 #5786
ci-test-go.yml
on: pull_request
go-fmt
10s
go-lint
26s
go-lint-tests
28s
go-sec
1m 51s
go-vuln
49s
go-test
12s
license
30s
Annotations
17 errors and 33 warnings
go-test
missing go.sum entry for module providing package github.com/cilium/ebpf (imported by github.com/kubearmor/KubeArmor/KubeArmor/enforcer); to add:
|
go-test
missing go.sum entry for module providing package github.com/cilium/ebpf/link (imported by github.com/kubearmor/KubeArmor/KubeArmor/enforcer/bpflsm); to add:
|
go-test
missing go.sum entry for module providing package github.com/cilium/ebpf/ringbuf (imported by github.com/kubearmor/KubeArmor/KubeArmor/enforcer/bpflsm); to add:
|
go-test
missing go.sum entry for module providing package github.com/cilium/ebpf/rlimit (imported by github.com/kubearmor/KubeArmor/KubeArmor/enforcer/bpflsm); to add:
|
go-test
missing go.sum entry for module providing package github.com/cilium/ebpf/perf (imported by github.com/kubearmor/KubeArmor/KubeArmor/monitor); to add:
|
go-test
Process completed with exit code 1.
|
go-vuln
missing go.sum entry for module providing package github.com/cilium/ebpf (imported by github.com/kubearmor/KubeArmor/KubeArmor/enforcer); to add:
|
go-vuln:
KubeArmor/enforcer/runtimeEnforcer.go#L8
could not import fmt (no metadata for fmt)
|
go-vuln:
KubeArmor/enforcer/runtimeEnforcer.go#L9
could not import os (no metadata for os)
|
go-vuln:
KubeArmor/enforcer/runtimeEnforcer.go#L10
could not import path/filepath (no metadata for path/filepath)
|
go-vuln:
KubeArmor/enforcer/runtimeEnforcer.go#L11
could not import strings (no metadata for strings)
|
go-vuln:
KubeArmor/enforcer/runtimeEnforcer.go#L13
could not import github.com/cilium/ebpf (no metadata for github.com/cilium/ebpf)
|
go-vuln:
KubeArmor/enforcer/runtimeEnforcer.go#L15
could not import github.com/kubearmor/KubeArmor/KubeArmor/utils/bpflsmprobe (no metadata for github.com/kubearmor/KubeArmor/KubeArmor/utils/bpflsmprobe)
|
go-vuln:
KubeArmor/enforcer/runtimeEnforcer.go#L17
could not import github.com/kubearmor/KubeArmor/KubeArmor/common (no metadata for github.com/kubearmor/KubeArmor/KubeArmor/common)
|
go-vuln:
KubeArmor/enforcer/runtimeEnforcer.go#L18
could not import github.com/kubearmor/KubeArmor/KubeArmor/config (no metadata for github.com/kubearmor/KubeArmor/KubeArmor/config)
|
go-vuln:
KubeArmor/enforcer/runtimeEnforcer.go#L19
could not import github.com/kubearmor/KubeArmor/KubeArmor/enforcer/bpflsm (no metadata for github.com/kubearmor/KubeArmor/KubeArmor/enforcer/bpflsm)
|
go-sec
Process completed with exit code 2.
|
go-fmt
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
go-fmt
Restore cache failed: Dependencies file is not found in /home/runner/work/KubeArmor/KubeArmor. Supported file pattern: go.sum
|
go-test
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
go-test
Restore cache failed: Dependencies file is not found in /home/runner/work/KubeArmor/KubeArmor. Supported file pattern: go.sum
|
go-lint
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
go-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/KubeArmor/KubeArmor. Supported file pattern: go.sum
|
go-lint:
KubeArmor/cert/certloader.go#L15
exported type CertLoader should have comment or be unexported
|
go-lint:
KubeArmor/cert/certloader.go#L15
type name will be used as cert.CertLoader by other packages, and that stutters; consider calling this Loader
|
go-lint:
KubeArmor/cert/tls.go#L19
type TlsConfig should be TLSConfig
|
go-lint:
KubeArmor/cert/cert.go#L29
don't use underscores in Go names; const KubeArmor_ORG should be KubeArmorORG
|
go-lint:
KubeArmor/policy/policy.go#L17
type name will be used as policy.PolicyServer by other packages, and that stutters; consider calling this Server
|
go-lint:
KubeArmor/monitor/syscallParser.go#L107
redefinition of the built-in function len
|
go-lint:
KubeArmor/presets/anonmapexec/preset.go#L4
should have a package comment
|
go-lint:
KubeArmor/presets/base/basePreset.go#L15
don't use ALL_CAPS in Go names; use CamelCase
|
go-lint:
KubeArmor/presets/anonmapexec/preset.go#L29
exported const NAME should have comment (or a comment on this block) or be unexported
|
go-lint:
KubeArmor/cert/certloader.go#L19
comment on exported type SelfSignedCertLoader should be of the form "SelfSignedCertLoader ..." (with optional leading article)
|
go-lint-tests
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
go-lint-tests:
tests/k8s_env/visibility/visibility_test.go#L11
should not use dot imports
|
go-lint-tests:
tests/k8s_env/visibility/visibility_test.go#L12
should not use dot imports
|
go-lint-tests:
tests/k8s_env/visibility/visibility_test.go#L13
should not use dot imports
|
go-lint-tests:
tests/k8s_env/throttling/throttling_test.go#L10
should not use dot imports
|
go-lint-tests:
tests/k8s_env/blockposture/block_test.go#L11
should not use dot imports
|
go-lint-tests:
tests/k8s_env/presets/presets_test.go#L12
should not use dot imports
|
go-lint-tests:
tests/k8s_env/multicontainer/multicontainer_test.go#L12
should not use dot imports
|
go-lint-tests:
tests/k8s_env/throttling/throttling_test.go#L11
should not use dot imports
|
go-lint-tests:
tests/k8s_env/privileged/privileged_test.go#L12
should not use dot imports
|
go-lint-tests:
tests/k8s_env/configmap/kubearmor_config_test.go#L11
should not use dot imports
|
go-lint-tests
Restore cache failed: Dependencies file is not found in /home/runner/work/KubeArmor/KubeArmor. Supported file pattern: go.sum
|
license
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
go-vuln
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
go-vuln
Restore cache failed: Dependencies file is not found in /home/runner/work/KubeArmor/KubeArmor. Supported file pattern: go.sum
|
go-sec
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
go-sec
Restore cache failed: Dependencies file is not found in /home/runner/work/KubeArmor/KubeArmor. Supported file pattern: go.sum
|