diff --git a/README.md b/README.md index 21271e6..4a2acc1 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The [Nullify DAST](https://docs.nullify.ai/features/api-scanning) GitHub Action | github-repository | The owner and repository name t0 create the issue dashboard on. For example, octocat/Hello-World | `false` | ${{ github.repository }} | | github-token | The GitHub API token to authenticate with Nullify | `false` | ${{ github.token }} | | nullify-host | Nullify API host | `false` | api.nullify.ai | -| nullify-version | Version of the Nullify CLI to use | `false` | 0.10.25 | +| nullify-version | Version of the Nullify CLI to use | `false` | 0.10.26 | | header | Header to include in all requests to your app for authorization | `false` | | | local | Run the scan from the GitHub action instead of on Nullify Cloud | `false` | false | | image-label | Label to identify the Docker image being tested | `false` | | diff --git a/action.yml b/action.yml index 8095895..1cad4d9 100644 --- a/action.yml +++ b/action.yml @@ -35,7 +35,7 @@ inputs: nullify-version: description: Nullify CLI version to be used required: false - default: "0.10.25" + default: "0.10.26" os-arch: description: Nullify CLI 'OS Arch' to be used with default `linux_amd64` required: false