Add summary format #323
analysis.yml
on: pull_request
Static-Check
28s
Go-Sec
1m 44s
Annotations
6 errors and 2 warnings
Static-Check:
utils/resultwriter.go#L99
Error return value of `rw.PrintSummary` is not checked (errcheck)
|
Static-Check:
utils/securityCommandSummary.go#L59
type assertion must be checked (forcetypeassert)
|
Static-Check:
utils/resultwriter.go#L562
S1023: redundant `return` statement (gosimple)
|
Static-Check:
commands/scan/buildscan.go#L147
ineffectual assignment to err (ineffassign)
|
Static-Check:
utils/results.go#L184
ineffectual assignment to scanSummary (ineffassign)
|
Static-Check
issues found
|
Static-Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Go-Sec
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|