Add execname support #3321
ci-test-go.yml
on: pull_request
go-fmt
12s
go-lint
28s
go-lint-tests
44s
go-sec
1m 38s
go-vuln
1m 4s
go-test
1m 27s
license
31s
Annotations
10 errors and 34 warnings
go-vuln
missing go.sum entry for module providing package github.com/golang/protobuf/ptypes/empty (imported by github.com/kubearmor/KubeArmor/protobuf); to add:
|
go-vuln
missing go.sum entry for module providing package google.golang.org/grpc (imported by github.com/kubearmor/KubeArmor/protobuf); to add:
|
go-vuln
missing go.sum entry for module providing package google.golang.org/grpc/codes (imported by github.com/kubearmor/KubeArmor/protobuf); to add:
|
go-vuln
missing go.sum entry for module providing package google.golang.org/grpc/status (imported by github.com/kubearmor/KubeArmor/protobuf); to add:
|
go-vuln
missing go.sum entry for module providing package google.golang.org/protobuf/reflect/protoreflect (imported by github.com/kubearmor/KubeArmor/protobuf); to add:
|
go-vuln
missing go.sum entry for module providing package google.golang.org/protobuf/runtime/protoimpl (imported by github.com/kubearmor/KubeArmor/protobuf); to add:
|
go-vuln:
protobuf/kubearmor.pb.go#L10
could not import google.golang.org/protobuf/reflect/protoreflect (invalid package name: "")
|
go-vuln:
protobuf/kubearmor.pb.go#L11
could not import google.golang.org/protobuf/runtime/protoimpl (invalid package name: "")
|
go-vuln:
protobuf/kubearmor_grpc.pb.go#L11
could not import google.golang.org/grpc (invalid package name: "")
|
go-vuln:
protobuf/kubearmor_grpc.pb.go#L12
could not import google.golang.org/grpc/codes (invalid package name: "")
|
go-fmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
go-fmt
Restore cache failed: Dependencies file is not found in /home/runner/work/KubeArmor/KubeArmor. Supported file pattern: go.sum
|
go-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/tls.go#L19
exported type TlsConfig should have comment or be unexported
|
go-lint:
KubeArmor/core/kubeUpdate.go#L921
redefinition of the built-in function new
|
go-lint:
KubeArmor/cert/cert.go#L5
package comment is detached; there should be no blank lines between it and the package statement
|
go-lint:
KubeArmor/cert/tls.go#L37
exported type TlsCredentialManager should have comment or be unexported
|
go-lint:
KubeArmor/cert/tls.go#L41
exported function NewTlsCredentialManager should have comment or be unexported
|
go-lint:
KubeArmor/cert/cert.go#L27
comment on exported const KubeArmor_ORG should be of the form "KubeArmor_ORG ..."
|
go-lint:
KubeArmor/cert/cert.go#L29
exported const KubeArmor_CN should have comment (or a comment on this block) or be unexported
|
go-lint:
KubeArmor/cert/tls.go#L74
exported method TlsCredentialManager.CreateTlsClientCredentials should have comment or be unexported
|
go-lint:
KubeArmor/cert/tls.go#L88
exported method TlsCredentialManager.CreateTlsServerCredentials should have comment or be unexported
|
go-lint:
KubeArmor/cert/cert.go#L32
exported var DefaultKubeArmorServerConfig should have comment or be unexported
|
license
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
license
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
go-lint-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
go-lint-tests:
tests/k8s_env/syscalls/syscalls_test.go#L12
should not use dot imports
|
go-lint-tests:
tests/k8s_env/syscalls/syscalls_test.go#L11
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/syscalls/syscalls_test.go#L13
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/configmap/kubearmor_config_test.go#L12
should not use dot imports
|
go-lint-tests:
tests/util/kartutil.go#L596
exported function K8sRuntime should have comment or be unexported
|
go-lint-tests:
tests/util/kartutil.go#L221
exported function AnnotationsMatch should have comment or be unexported
|
go-lint-tests:
tests/util/kartutil.go#L614
exported function AssertCommand should have comment or be unexported
|
go-lint-tests:
tests/util/kartutil.go#L606
comment on exported function RunDockerCommand should be of the form "RunDockerCommand ..."
|
go-lint-tests
Restore cache failed: Dependencies file is not found in /home/runner/work/KubeArmor/KubeArmor. Supported file pattern: go.sum
|
go-vuln
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
go-vuln
Restore cache failed: Dependencies file is not found in /home/runner/work/KubeArmor/KubeArmor. Supported file pattern: go.sum
|
go-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
go-test
Restore cache failed: Dependencies file is not found in /home/runner/work/KubeArmor/KubeArmor. Supported file pattern: go.sum
|
go-sec
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
go-sec
Restore cache failed: Dependencies file is not found in /home/runner/work/KubeArmor/KubeArmor. Supported file pattern: go.sum
|