Skip to content

Commit

Permalink
Update documentation since I moved the file to the top level
Browse files Browse the repository at this point in the history
  • Loading branch information
LindsayYoung committed Jan 24, 2023
1 parent a4a6b85 commit 0b1ca92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- prod
- ly/owasp#712
tags:
- v1.*
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ To run locally, pull the container:
```
docker pull owasp/zap2docker-stable
```
Then you can run the scan. Here is an example running a basic scan against our dev instance.
Then you can run the scan. Here is an example running a basic scan against our dev instance. This is being run from the top level folder.
```
docker run -v $(pwd):/zap/wrk/:rw -t owasp/zap2docker-stable zap-baseline.py \
-t https://fac-dev.app.cloud.gov/
-t https://fac-dev.app.cloud.gov/ -c zap.conf
```

#### Bandit
Expand Down
File renamed without changes.

0 comments on commit 0b1ca92

Please sign in to comment.