ellogroup/Govulncheck Vulnerability Checker
Runs the govulncheck vulnerability checker
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| go-install | Whether Go needs installing. Will need to be set as true if Go has not already been installed. | — | false |
| go-version | The Go version to download (if necessary) and use. Supports semver spec and ranges. Be sure to enclose this option in single quotation marks. | — | — |
| go-version-file | Path to the go.mod or go.work file. | — | — |
| go-cache-dependency-path | Used to specify the path to a dependency file - go.sum | — | — |
| go-check-latest | Set this option to true if you want the action to always check for the latest available version that satisfies the version spec | — | false |
| go-cache | Used to specify whether caching is needed. Set to true, if you'd like to enable caching. | — | true |
| working-directory | Directory in which to run govulncheck | — | . |
| go-package | Go Package to scan with govulncheck | — | ./... |
Outputs
no outputs