Last active
August 9, 2024 01:14
-
-
Save rof20004/d22f3e0b85e1506668b0efd9faa39bf3 to your computer and use it in GitHub Desktop.
OWASP ZAP Docker Run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --name zap --network host -v ${pwd}:/zap/wrk/:rw -t zaproxy/zap-stable zap-api-scan.py -t http://localhost:3000/swagger/swagger.json -f openapi -r report.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment