support for unorchestrated rootfull and rootless Podman using OCI hook #4992
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/deployHook/main.go#L1
should have a package comment
|
Run Revive Action on KubeArmor:
KubeArmor/policy/policy.go#L26
parameter 'c' seems to be unused, consider removing or renaming it as _
|
Run Revive Action on KubeArmor:
KubeArmor/policy/policy.go#L58
parameter 'c' seems to be unused, consider removing or renaming it as _
|
Run Revive Action on KubeArmor:
KubeArmor/hook/main.go#L4
should have a package comment
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L19
type TlsConfig should be TLSConfig
|
Run Revive Action on KubeArmor:
KubeArmor/cert/cert.go#L29
don't use underscores in Go names; const KubeArmor_ORG should be KubeArmorORG
|
Run Revive Action on KubeArmor:
KubeArmor/hook/main.go#L234
error strings should not be capitalized or end with punctuation or a newline
|
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/tls.go#L37
type TlsCredentialManager should be TLSCredentialManager
|
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
|
Loading