Quickstart
Last updated
Was this helpful?
Last updated
Was this helpful?
You can begin scanning your APIs via any of the following methods:
To initiate a scan via the Nullify Web App, navigate to the API Scans
page under "Explore" (/dashboard/explore/api-scans/
) and click on the New API Scan
button.
Fill out the form and click on the Launch
button.
The Nullify CLI can be used to scan your APIs locally or as part of your CI/CD pipeline.
Before you begin, you will need to generate a Service Account token, as described in the Configuration - API section.
Here's an example command to initiate a cloud-based scan:
To initiate a scan via the Nullify CLI, follow the instructions listed in the README of the tool.
To configure dynamic testing, follow the instructions to add the to your CI/CD pipeline.