CI #7
Annotations
10 errors and 1 warning
golangci-lint:
cli.go#L156
Error return value of `s.cleanupOldNodes` is not checked (errcheck)
|
golangci-lint:
cli.go#L259
Error return value of `syscall.Syscall` is not checked (errcheck)
|
golangci-lint:
cli.go#L279
Error return value of `io.Copy` is not checked (errcheck)
|
golangci-lint:
cli.go#L281
Error return value of `io.Copy` is not checked (errcheck)
|
golangci-lint:
cmd/hoopsnake/main.go#L11
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
golangci-lint:
cli.go#L264
G204: Subprocess launched with a potential tainted input or cmd arguments (gosec)
|
golangci-lint:
cli.go#L69
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"service name must be set via -name\")" (goerr113)
|
golangci-lint:
cli.go#L82
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"service must have at least one ACL tag\")" (goerr113)
|
golangci-lint:
cli.go#L87
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"ssh connections must run a command - pass that as the remaining cli arguments\")" (goerr113)
|
golangci-lint:
cli.go#L201
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"neither TS_API_KEY, nor TS_API_CLIENT_ID and TS_API_CLIENT_SECRET are set\")" (goerr113)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading