Skip to content

Commit

Permalink
Update README.md (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrates authored Nov 18, 2023
1 parent 37b135f commit 513cc82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.0.0 |
| **`nullify-version`** | Version of the Nullify CLI to use | `false` | v0.0.1 |
| **`header`** | Header to include in all requests to your app for authorization | `false` | |

## Example usage
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Nullify vulnerability scanner
uses: nullify-platform/dast-action@0.0.1
uses: nullify-platform/dast-action@v0.0.5
with:
app-name: 'My REST API'
header: 'Authorization: Bearer 1234'
Expand Down

0 comments on commit 513cc82

Please sign in to comment.