Configure application security policy in CI #2
lint.yaml
on: pull_request
lint-go
25s
lint-actions
5s
Annotations
8 errors
lint-go:
cmd/config.go#L218
Error return value of `cmd.Help` is not checked (errcheck)
|
lint-go:
cmd/root.go#L109
Error return value of `cmd.Help` is not checked (errcheck)
|
lint-go:
cmd/ssh.go#L79
Error return value is not checked (errcheck)
|
lint-go:
cmd/users.go#L314
Error return value of `cmd.Help` is not checked (errcheck)
|
lint-go:
pkg/app/app.go#L101
badCall: suspicious Join on 1 argument (gocritic)
|
lint-go:
pkg/lagoon/ssh/main.go#L46
printf: non-constant format string in call to fmt.Errorf (govet)
|
lint-go:
pkg/lagoon/ssh/main.go#L52
printf: non-constant format string in call to fmt.Errorf (govet)
|
lint-go
issues found
|