diff --git a/Dockerfile b/Dockerfile index c38d5f0..6ea04de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Customized Owasp ZAP Dockerfile with support for authentication FROM owasp/zap2docker-stable -LABEL maintainer="Dick Snel " +LABEL maintainer="Ernst Noorlander " USER root diff --git a/README.md b/README.md index c5a098a..ae9f008 100644 --- a/README.md +++ b/README.md @@ -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 \