Skip to content

Commit

Permalink
📝 Update Readme & action yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Templum committed Jul 21, 2023
1 parent 6bb063b commit 6dcc1fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ jobs:

| Input | Description |
|----------------------------------|----------------------------------------------------------------------------------------------------------------|
| `go-version` _(optional)_ | Version of Go used for scanning the code, should equal *your* runtime version. Defaults to `1.19` |
| `vulncheck-version` _(optional)_ | Version of govulncheck that should be used, by default `v0.0.0-20230320232729-bfc1eaef17a4` |
| `go-version` _(optional)_ | Version of Go used for scanning the code, should equal *your* runtime version. Defaults to `1.20.6` |
| `vulncheck-version` _(optional)_ | Version of govulncheck that should be used, by default `v1.0.0` |
| `package` _(optional)_ | The package you want to scan, by default will be `./...` |
| `github-token` _(optional)_ | Github Token to upload sarif report. **Needs** `write` permissions for `security_events` |
| `fail-on-vuln` _(optional)_ | This allows you to specify if the action should fail on encountering any vulnerability, by default it will not |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
required: false
default: "1.20.6"
vulncheck-version:
description: "Version of govulncheck that should be used, by default v0.0.0-20230331150530-a42f9910daf3"
description: "Version of govulncheck that should be used, by default v1.0.0"
required: false
default: "v1.0.0"
github-token:
Expand Down

0 comments on commit 6dcc1fe

Please sign in to comment.