chore(deps): update ghcr.io/opiproject/sztpd:main docker digest to 3486f2a #882
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
linters.yml
on: pull_request
markdown-lint
11s
docker-lint
10s
shellcheck
10s
YAMLlint
3s
golangci
17s
Annotations
10 errors and 11 warnings
golangci:
sztp-agent/pkg/secureagent/daemon.go#L220
Error return value of `file.Close` is not checked (errcheck)
|
golangci:
sztp-agent/pkg/secureagent/daemon.go#L221
Error return value of `response.Body.Close` is not checked (errcheck)
|
golangci:
sztp-agent/pkg/secureagent/daemon.go#L233
Error return value of `f.Close` is not checked (errcheck)
|
golangci:
sztp-agent/pkg/secureagent/daemon.go#L262
Error return value of `file.Close` is not checked (errcheck)
|
golangci:
sztp-agent/pkg/secureagent/daemon.go#L299
Error return value of `file.Close` is not checked (errcheck)
|
golangci:
sztp-agent/pkg/secureagent/utils.go#L90
Error return value of `res.Body.Close` is not checked (errcheck)
|
golangci:
sztp-agent/pkg/secureagent/agent_test.go#L1005
Function 'TestProgressType_String' is too long (153 > 150) (funlen)
|
golangci:
sztp-agent/pkg/secureagent/daemon_test.go#L707
Function 'TestAgent_copyConfigurationFile' is too long (151 > 150) (funlen)
|
golangci:
sztp-agent/pkg/secureagent/daemon_test.go#L861
Function 'TestAgent_launchScriptsConfiguration' is too long (213 > 150) (funlen)
|
golangci:
sztp-agent/pkg/secureagent/daemon_test.go#L309
ifElseChain: rewrite if-else to switch statement (gocritic)
|
golangci
Restore cache failed: Dependencies file is not found in /home/runner/work/sztp/sztp. Supported file pattern: go.sum
|
golangci:
sztp-agent/cmd/daemon.go#L1
package-comments: package comment should be of the form "Package cmd ..." (revive)
|
golangci:
sztp-agent/cmd/disable.go#L1
package-comments: package comment should be of the form "Package cmd ..." (revive)
|
golangci:
sztp-agent/cmd/enable.go#L1
package-comments: package comment should be of the form "Package cmd ..." (revive)
|
golangci:
sztp-agent/cmd/status.go#L1
package-comments: package comment should be of the form "Package cmd ..." (revive)
|
golangci:
sztp-agent/cmd/run.go#L1
package-comments: package comment should be of the form "Package cmd ..." (revive)
|
golangci:
sztp-agent/main.go#L22
unreachable-code: unreachable code after this statement (revive)
|
golangci:
sztp-agent/main.go#L34
unreachable-code: unreachable code after this statement (revive)
|
golangci:
sztp-agent/main.go#L8
package-comments: should have a package comment (revive)
|
golangci:
sztp-agent/pkg/secureagent/disable.go#L1
package-comments: package comment should be of the form "Package secureagent ..." (revive)
|
golangci:
sztp-agent/pkg/secureagent/run.go#L1
package-comments: package comment should be of the form "Package secureagent ..." (revive)
|