Skip to content

Commit

Permalink
chore(deps): update module github.com/nullify-platform/cli to v0.10.26 (
Browse files Browse the repository at this point in the history
#73)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 4b79917 commit 3fecf88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fecf88

Please sign in to comment.