diff --git a/action.yml b/action.yml index 26be829..f7c11f6 100644 --- a/action.yml +++ b/action.yml @@ -1,13 +1,14 @@ name: 'golang-govulncheck-action' description: 'Run govulncheck' inputs: - go-version-input: # version of Go to use for govulncheck + go-version-input: # version of Go to use for govulncheck description: 'Version of Go to use for govulncheck' required: false + default: 'stable' check-latest: description: 'Set this option to true if you want the action to always check for the latest available Go version that satisfies the version spec' required: false - default: false + default: true cache: description: 'Used to specify whether Go caching is needed. Set to true, if you would like to enable caching.' required: false