This patch includes vlan trunking for Intel and Mellanox: #36
Annotations
10 errors and 4 warnings
Lint:
pkg/utils/utils.go#L529
Error return value of `json.Unmarshal` is not checked (errcheck)
|
Lint:
pkg/providers/intel.go#L88
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
Lint:
pkg/providers/intel.go#L107
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
Lint:
pkg/providers/intel.go#L124
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
Lint:
pkg/providers/providers_test.go#L15
G204: Subprocess launched with a potential tainted input or cmd arguments (gosec)
|
Lint:
pkg/providers/providers_test.go#L23
G204: Subprocess launched with a potential tainted input or cmd arguments (gosec)
|
Lint:
pkg/providers/intel.go#L44
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
Lint:
pkg/providers/intel.go#L53
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
Lint:
pkg/providers/mellanox.go#L37
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
Lint:
pkg/utils/utils.go#L36
var `execCommand` is unused (unused)
|
Shellcheck
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/
|
Hadolint
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/
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, 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/
|
Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/sriov-cni/sriov-cni. Supported file pattern: go.sum
|