golang/golang-govulncheck-action
Run govulncheck
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| go-version-input | Version of Go to use for govulncheck | no | stable |
| check-latest | Set this option to true if you want the action to always check for the latest available Go version that satisfies the version spec | no | true |
| cache | Used to specify whether Go caching is needed. Set to true, if you would like to enable caching. | no | true |
| cache-dependency-path | Used to specify the path to a dependency file (for monorepos) - go.sum | no | "" |
| go-package | Go Package to scan with govulncheck | no | ./... |
| work-dir | Directory in which to run govulncheck | no | . |
| repo-checkout | Checkout the repository | no | true |
| go-version-file | Path to the go.mod or go.work file. | no | — |
| output-format | The format of the output | no | text |
| output-file | The file to which the govulncheck output is saved | no | "" |
Outputs
no outputs