Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcquade authored Jul 24, 2024
1 parent a8e5e88 commit 00b20b0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,23 +92,19 @@ make snyk

#### NightVision

* If you have access to [NightVision](https://www.nightvision.net), you can run a DAST scan in a few minutes:
* If you have access to [NightVision](https://app.nightvision.net), you can run a DAST scan in a few minutes:

```bash
nightvision app create -n broken-flask
nightvision app set -a broken-flask

# Create the target
nightvision target create \
--name broken-flask-local \
--app broken-flask \
--url http://localhost:4000 \
--type api

# Generate a Swagger doc from analyzing code
nightvision swagger extract \
--target broken-flask-local \
--output files/nv-generated-spec.yml \
--output openapi.yml \
--lang python \
./flask_app

Expand Down

0 comments on commit 00b20b0

Please sign in to comment.