Skip to content

fix(deps): update module github.com/docker/docker to v27.5.1+incompatible #5787

fix(deps): update module github.com/docker/docker to v27.5.1+incompatible

fix(deps): update module github.com/docker/docker to v27.5.1+incompatible #5787

Triggered via pull request February 28, 2025 18:05
Status Failure
Total duration 3m 10s
Artifacts

ci-test-go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 33 warnings
go-test
missing go.sum entry for module providing package github.com/docker/docker/api/types (imported by github.com/kubearmor/KubeArmor/KubeArmor/core); to add:
go-test
missing go.sum entry for module providing package github.com/docker/docker/api/types/container (imported by github.com/kubearmor/KubeArmor/KubeArmor/core); to add:
go-test
missing go.sum entry for module providing package github.com/docker/docker/api/types/events (imported by github.com/kubearmor/KubeArmor/KubeArmor/core); to add:
go-test
missing go.sum entry for module providing package github.com/docker/docker/client (imported by github.com/kubearmor/KubeArmor/KubeArmor/core); to add:
go-test
Process completed with exit code 1.
go-vuln
missing go.sum entry for module providing package github.com/docker/docker/api/types (imported by github.com/kubearmor/KubeArmor/KubeArmor/core); to add:
go-vuln
missing go.sum entry for module providing package github.com/docker/docker/api/types/container (imported by github.com/kubearmor/KubeArmor/KubeArmor/core); to add:
go-vuln
missing go.sum entry for module providing package github.com/docker/docker/api/types/events (imported by github.com/kubearmor/KubeArmor/KubeArmor/core); to add:
go-vuln
missing go.sum entry for module providing package github.com/docker/docker/client (imported by github.com/kubearmor/KubeArmor/KubeArmor/core); to add:
go-vuln: KubeArmor/core/dockerHandler.go#L17
could not import github.com/docker/docker/api/types (invalid package name: "")
go-vuln: KubeArmor/core/dockerHandler.go#L18
could not import github.com/docker/docker/api/types/container (invalid package name: "")
go-vuln: KubeArmor/core/dockerHandler.go#L19
could not import github.com/docker/docker/api/types/events (invalid package name: "")
go-vuln: KubeArmor/core/dockerHandler.go#L20
could not import github.com/docker/docker/client (invalid package name: "")
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-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/throttling/throttling_test.go#L10
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/throttling/throttling_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: tests/k8s_env/configmap/kubearmor_config_test.go#L12
should not use dot imports
go-lint-tests: tests/k8s_env/configmap/kubearmor_config_test.go#L13
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/blockposture/block_test.go#L12
should not use dot imports
go-lint-tests: tests/k8s_env/blockposture/block_test.go#L13
should not use dot imports
go-lint-tests: tests/k8s_env/privileged/privileged_suite_test.go#L9
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
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/presets/base/basePreset.go#L15
don't use ALL_CAPS in Go names; use CamelCase
go-lint: KubeArmor/presets/protectEnv/preset.go#L154
parameter 'containerID' seems to be unused, consider removing or renaming it as _
go-lint: KubeArmor/presets/protectEnv/preset.go#L154
parameter 'pidns' seems to be unused, consider removing or renaming it as _
go-lint: KubeArmor/presets/protectEnv/preset.go#L154
parameter 'mntns' seems to be unused, consider removing or renaming it as _
go-lint: KubeArmor/presets/protectEnv/preset.go#L159
parameter 'containerID' seems to be unused, consider removing or renaming it as _
go-lint: KubeArmor/presets/protectEnv/preset.go#L164
parameter 'endPoint' seems to be unused, consider removing or renaming it as _
go-lint: KubeArmor/policy/policy.go#L26
parameter 'c' seems to be unused, consider removing or renaming it as _
go-lint: KubeArmor/policy/policy.go#L58
parameter 'c' seems to be unused, consider removing or renaming it as _
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/presets/anonmapexec/utils.go#L8
exported function ParseProtectionFlags should have comment or be unexported
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