enabling alert throttling by default #4636
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/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/state/stateAgent.go#L4
package comment should be of the form "Package state ..."
|
Run Revive Action on KubeArmor:
KubeArmor/monitor/syscallParser.go#L557
comment on exported function GetProtocol should be of the form "GetProtocol ..."
|
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/monitor/syscallParser.go#L882
redefinition of the built-in function cap
|
Run Revive Action on KubeArmor:
KubeArmor/monitor/syscallParser.go#L611
exported var CapToCode should have comment or be unexported
|
Run Revive Action on KubeArmor:
KubeArmor/core/karmorprobedata.go#L76
comment on exported method KubeArmorDaemon.SetProbeContainerData should be of the form "SetProbeContainerData ..."
|
Run Revive Action on KubeArmor:
KubeArmor/core/karmorprobedata.go#L31
comment on exported type Probe should be of the form "Probe ..." (with optional leading article)
|
Run Revive Action on KubeArmor:
KubeArmor/enforcer/apparmorContainerProfile.go#L7
exported const AppArmorDefaultPreStart should have comment (or a comment on this block) or be unexported
|
Run Revive Action on KubeArmor:
KubeArmor/core/karmorprobedata.go#L132
comment on exported method Probe.GetProbeData should be of the form "GetProbeData ..."
|
Loading