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

Commit

Permalink
Merge pull request #74 from ICTU/textual_changes
Browse files Browse the repository at this point in the history
Improved README and maintainer
  • Loading branch information
eric-nieuwland committed Mar 18, 2024
2 parents c8a0cf4 + d2eba66 commit 20b8436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Customized Owasp ZAP Dockerfile with support for authentication

FROM owasp/zap2docker-stable
LABEL maintainer="Dick Snel <dick.snel@ictu.nl>"
LABEL maintainer="Ernst Noorlander <ernst.noorlander@ictu.nl>"

USER root

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can find the Docker image on [ictu/zap2docker-weekly](https://hub.docker.com

# Examples limiting container memory usage

1. Running a passive scan while limiting the memory the container uses to 8 GB.
1. Running a passive scan while limiting the memory the container uses to 8 GB. This option can be useful if memory issues occur.
```
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 \
Expand Down

0 comments on commit 20b8436

Please sign in to comment.