actions-marketplace-validations/Vulnerability scanner for Go
Check your Go code for known vulnerabilities
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 26, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/florianl_govulncheck-action@0eb581f2831553bd3ecb5cc4c7ec66c2334c05bf # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| install-go | Let the action install a version of Go. If set to false, the action expects you to have installed Go already. By default Go 1.19 will be installed. | no | true |
| working-directory | Path to the working directory govulncheck should be executed in. | no | "" |
| govulncheck-version | Specify a verion of govulncheck to install. By default latest will be used. | no | latest |
| govulncheck-json | Provide JSON output instead of standard text. | no | false |
| govulncheck-verbose | Print a full call stack for each identified vulnerability. | no | false |
| govulncheck-tags | Comma-seprated list of Go build tags. | no | "" |
Outputs
no outputs