Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/sdlc-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ZAP is an Open Source Web App Security Testing Tool and browser proxy, that is v
2. Add ZAP root certificate to your browser - Open ZAP > Tools > Options > Dynamic SSL Certificates > Save
3. Start ZAP daemon (also see `demos/start-zap.sh` script): `zap.sh -daemon -port 8080 -config api.disablekey=true &`
4. Configure your machine or browser to use ZAP local proxy for all internet traffic
5. Download the project (https://github.com/zaproxy/community-scripts/archive/master.zip), unzip it and navigate into this directory (`/api/sdlc-integration`) - let's call it the root from now on.
5. Download the project (https://github.com/zaproxy/community-scripts/archive/main.zip), unzip it and navigate into this directory (`/api/sdlc-integration`) - let's call it the root from now on.
6. Install requirements: `pip install -r requirements.txt`
7. Modify `core/config.py` - here you can configure:
1. ZAP's URL
Expand Down