ICTU / zap2docker-auth-weekly

Zap baseline scanner in Docker with authentication
Apache License 2.0
104 stars 70 forks source link

ZAP Scan runs by default without resource limits #69

Closed denniebouman closed 3 months ago

denniebouman commented 5 months ago

The ZAP Scan runs by default without resource limits, which means that all available memory can be consumed. Recommendation: Adjust the documentation to reduce memory usage, and/or implement this in the sample scripts as well. This works: docker run --rm --memory=8g etc..

Docker documentation: https://docs.docker.com/config/containers/resource_constraints/

erno1978 commented 3 months ago

Added to README.txt. The complete documentation and structure of this repo needs some revision, so sample scripts will be part of that as well.