Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Added memory limit option in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
erno1978 committed Mar 15, 2024
1 parent cf86a3e commit c8a0cf4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ This project adds support to perform authenticated scans using the OWASP ZAP Doc

You can find the Docker image on [ictu/zap2docker-weekly](https://hub.docker.com/r/ictu/zap2docker-weekly)

# Examples limiting container memory usage

1. Running a passive scan while limiting the memory the container uses to 8 GB.
```
docker run --rm --memory=8gb -v $(pwd):/zap/wrk/:rw -t ictu/zap2docker-weekly zap-full-scan.py -I -j -m 10 -T 60 \
-t https://demo.website.net \
-r testreport.html
```

# Examples using authentication

1. Running a passive scan with automatic authentication.
Expand Down

0 comments on commit c8a0cf4

Please sign in to comment.