nsavelyeva/Goscana
Github Actions to perform static analysis of Golang code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scan | execute command - use one of errcheck/gofmt/imports/golint/gosec/shadow/staticcheck/govet | yes | — |
| path | path to scan, defaults to an empty string meaning to scan '.' or './...' depending on scanner choice | no | "" |
| options | additional options for the chosen scanner | no | "" |
| covgate | a threshold for unit test coverage to be used as quality gate (not yet implemented) | no | 0 |
| comment | if true, send the comment to the PR | no | true |
| update | if true and comment is true, the previously sent comment will be updated otherwise a new comment will be created | no | true |
| token | github token, required if comment is true. | no | "" |
Outputs
no outputs