CI #7
ci.yml
on: workflow_dispatch
Matrix: ci_go / go_build
Matrix: ci_nix / build
ci_go
/
...
/
lint
3m 30s
ci_go
/
...
/
test
1m 0s
ci_nix
/
...
/
nix fmt .
32s
ci_nix
/
...
/
nix flake check .
28s
can_see_status
0s
Annotations
11 errors and 3 warnings
ci_go / go_lints / lint:
cli.go#L156
Error return value of `s.cleanupOldNodes` is not checked (errcheck)
|
ci_go / go_lints / lint:
cli.go#L259
Error return value of `syscall.Syscall` is not checked (errcheck)
|
ci_go / go_lints / lint:
cli.go#L279
Error return value of `io.Copy` is not checked (errcheck)
|
ci_go / go_lints / lint:
cli.go#L281
Error return value of `io.Copy` is not checked (errcheck)
|
ci_go / go_lints / lint:
cmd/hoopsnake/main.go#L11
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
ci_go / go_lints / lint:
cli.go#L264
G204: Subprocess launched with a potential tainted input or cmd arguments (gosec)
|
ci_go / go_lints / 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)
|
ci_go / go_lints / 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)
|
ci_go / go_lints / 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)
|
ci_go / go_lints / 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)
|
can_enqueue
Process completed with exit code 1.
|
ci_go / go_tests / test
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/.
|
ci_go / go_build (.) / build
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/.
|
ci_go / go_lints / lint
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/.
|