Add execname support #3321
Annotations
12 warnings
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/.
|
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
exported type TlsConfig should have comment or be unexported
|
Run Revive Action on KubeArmor:
KubeArmor/core/kubeUpdate.go#L921
redefinition of the built-in function new
|
Run Revive Action on KubeArmor:
KubeArmor/cert/cert.go#L5
package comment is detached; there should be no blank lines between it and the package statement
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L37
exported type TlsCredentialManager should have comment or be unexported
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L41
exported function NewTlsCredentialManager should have comment or be unexported
|
Run Revive Action on KubeArmor:
KubeArmor/cert/cert.go#L27
comment on exported const KubeArmor_ORG should be of the form "KubeArmor_ORG ..."
|
Run Revive Action on KubeArmor:
KubeArmor/cert/cert.go#L29
exported const KubeArmor_CN should have comment (or a comment on this block) or be unexported
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L74
exported method TlsCredentialManager.CreateTlsClientCredentials should have comment or be unexported
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L88
exported method TlsCredentialManager.CreateTlsServerCredentials should have comment or be unexported
|
Run Revive Action on KubeArmor:
KubeArmor/cert/cert.go#L32
exported var DefaultKubeArmorServerConfig should have comment or be unexported
|
Loading