fix(deps): update github.com/kubearmor/kubearmor/kubearmor digest to 2cfc2e2 #2757
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Revive Action by pulling pre-built imag:
k8s/client.go#L38
comment on exported var KubeArmorCALabels should be of the form "KubeArmorCALabels ..."
|
Run Revive Action by pulling pre-built imag:
profile/Client/profileClient.go#L397
exported method Profile.MarshalText should have comment or be unexported
|
Run Revive Action by pulling pre-built imag:
log/log.go#L25
exported const SelfCertProvider should have comment (or a comment on this block) or be unexported
|
Run Revive Action by pulling pre-built imag:
k8s/client.go#L91
exported function GetKubeArmorCaSecret should have comment or be unexported
|
Run Revive Action by pulling pre-built imag:
log/log.go#L45
struct field TlsCertProvider should be TLSCertProvider
|
Run Revive Action by pulling pre-built imag:
log/log.go#L44
struct field TlsCertPath should be TLSCertPath
|
Run Revive Action by pulling pre-built imag:
install/defaults.go#L10
exported var KubeArmorOperatorClusterRoleName should have comment or be unexported
|
Run Revive Action by pulling pre-built imag:
probe/types.go#L43
don't use underscores in Go names; struct field Image_Version should be ImageVersion
|
Run Revive Action by pulling pre-built imag:
probe/probe.go#L485
func name will be used as probe.ProbeRunningKubeArmorNodes by other packages, and that stutters; consider calling this RunningKubeArmorNodes
|
Run Revive Action by pulling pre-built imag:
install/install.go#L442
comment on exported function K8sLegacyInstaller should be of the form "K8sLegacyInstaller ..."
|
Loading