Added default server port #1523
Annotations
11 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/
|
src/analyzer/networkPolicyAnalyzer.go#L1
should have a package comment
|
src/analyzer/systemPolicyAnalyzer.go#L173
exported function GetSystemPolicies should have comment or be unexported
|
src/analyzer/systemPolicyAnalyzer.go#L134
parameter 'systemLogs' seems to be unused, consider removing or renaming it as _
|
src/insight/insight.go#L1
should have a package comment
|
src/plugin/cilium.go#L103
if block ends with a return statement, so drop this else and outdent its block
|
src/analyzer/networkPolicyAnalyzer.go#L20
range var flowId should be flowID
|
src/insight/systemInsight.go#L13
exported function ConvertSysInsDataToInsResponse should have comment or be unexported
|
src/analyzer/networkPolicyAnalyzer.go#L39
var pbToHTTPs should be pbToHTTPS
|
src/plugin/cilium.go#L113
if block ends with a return statement, so drop this else and outdent its block
|
src/analyzer/networkPolicyAnalyzer.go#L71
var pbToHttp should be pbToHTTP
|
The logs for this run have expired and are no longer available.
Loading