feat(gRPC): Implement m-TLS Support using self-signed certificate #2966
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Revive Action on KubeArmor:
KubeArmor/policy/policy.go#L24
parameter 'c' seems to be unused, consider removing or renaming it as _
|
Run Revive Action on KubeArmor:
KubeArmor/policy/policy.go#L17
type name will be used as policy.PolicyServer by other packages, and that stutters; consider calling this Server
|
Run Revive Action on KubeArmor:
KubeArmor/state/stateAgent.go#L42
type name will be used as state.StateAgent by other packages, and that stutters; consider calling this Agent
|
Run Revive Action on KubeArmor:
KubeArmor/policy/policy.go#L52
parameter 'c' seems to be unused, consider removing or renaming it as _
|
Run Revive Action on KubeArmor:
KubeArmor/cert/cert.go#L26
don't use underscores in Go names; const KubeArmor_ORG should be KubeArmorORG
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L18
type TlsConfig should be TLSConfig
|
Run Revive Action on KubeArmor:
KubeArmor/cert/certloader.go#L13
exported type CertLoader should have comment or be unexported
|
Run Revive Action on KubeArmor:
KubeArmor/common/common.go#L99
redefinition of the built-in function new
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L36
type TlsCredentialManager should be TLSCredentialManager
|
Run Revive Action on KubeArmor:
KubeArmor/cert/cert.go#L27
don't use underscores in Go names; const KubeArmor_CN should be KubeArmorCN
|
The logs for this run have expired and are no longer available.
Loading