chore(deps): update apache/skywalking-eyes digest to 5042f7f #5555
Annotations
11 warnings
Run actions/setup-go@v5
Restore cache failed: Dependencies file is not found in /home/runner/work/KubeArmor/KubeArmor. Supported file pattern: go.sum
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L19
type TlsConfig should be TLSConfig
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L37
type TlsCredentialManager should be TLSCredentialManager
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L41
func NewTlsCredentialManager should be NewTLSCredentialManager
|
Run Revive Action on KubeArmor:
KubeArmor/presets/base/basePreset.go#L15
don't use ALL_CAPS in Go names; use CamelCase
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L74
method CreateTlsClientCredentials should be CreateTLSClientCredentials
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L88
method CreateTlsServerCredentials should be CreateTLSServerCredentials
|
Run Revive Action on KubeArmor:
KubeArmor/cert/certloader.go#L15
exported type CertLoader should have comment or be unexported
|
Run Revive Action on KubeArmor:
KubeArmor/cert/certloader.go#L15
type name will be used as cert.CertLoader by other packages, and that stutters; consider calling this Loader
|
Run Revive Action on KubeArmor:
KubeArmor/cert/certloader.go#L19
comment on exported type SelfSignedCertLoader should be of the form "SelfSignedCertLoader ..." (with optional leading article)
|
Run Revive Action on KubeArmor:
KubeArmor/cert/certloader.go#L25
exported method SelfSignedCertLoader.GetCertificateAndCaPool should have comment or be unexported
|
Loading