Skip to content

KubeSkoop Web Console #298

KubeSkoop Web Console

KubeSkoop Web Console #298

Triggered via pull request January 16, 2024 08:52
Status Failure
Total duration 2m 0s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 19 warnings
go-mod
Process completed with exit code 1.
lint: pkg/exporter/loki/query.go#L16
`tailPath` is unused (deadcode)
lint: pkg/exporter/sink/loki.go#L23
`buildURL` is unused (deadcode)
lint: pkg/exporter/task-agent/agent.go#L76
Error return value of `a.ProcessTasks` is not checked (errcheck)
lint: pkg/exporter/task-agent/agent.go#L87
Error return value of `a.ProcessCapture` is not checked (errcheck)
lint: pkg/exporter/task-agent/agent.go#L90
Error return value of `a.ProcessPing` is not checked (errcheck)
lint: pkg/exporter/task-agent/capture.go#L78
Error return value of `cmd.Process.Signal` is not checked (errcheck)
lint: pkg/controller/service/diagnose.go#L85
Error return value of `rows.StructScan` is not checked (errcheck)
lint: pkg/controller/service/capture.go#L227
string `success` has 3 occurrences, make it a constant (goconst)
lint: pkg/controller/service/capture.go#L116
string `Node` has 4 occurrences, make it a constant (goconst)
lint: pkg/controller/service/capture.go#L109
string `Pod` has 6 occurrences, make it a constant (goconst)
Shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Shellcheck
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/
go-mod
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2.1.3, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2.1.3, golangci/golangci-lint-action@v2.5.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint: pkg/controller/db/db.go#L6
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
lint: pkg/controller/db/db.go#L10
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
lint: pkg/exporter/loki/query.go#L91
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/exporter/task-agent/capture.go#L1
var-naming: don't use an underscore in package name (revive)
lint: pkg/exporter/task-agent/ping.go#L1
var-naming: don't use an underscore in package name (revive)
lint: pkg/exporter/task-agent/ping_test.go#L1
var-naming: don't use an underscore in package name (revive)
lint: pkg/exporter/task-agent/capture.go#L51
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
lint: pkg/exporter/probe/info/metrics.go#L66
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
super-linter
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/