Skip to content

Commit ad57ff5

Browse files
committed
zap
1 parent e9fbeba commit ad57ff5

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/secured-CICD.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,9 @@ jobs:
102102
- name: Test connectivity to the web app
103103
run: |
104104
curl http://172.18.0.3:8000
105-
# # Step 4: Test the app with curl
106-
# - name: Test app accessibility
107-
# run: |
108-
# curl --fail http://web:8000 || (echo "App is not accessible!" && exit 1)
109-
110-
# # Step 5: Run OWASP ZAP Scan
111-
# - name: ZAP Scan
112-
# uses: zaproxy/[email protected]
113-
# with:
114-
# token: ${{ secrets.GITHUB_TOKEN }}
115-
# target: http://localhost:8000
105+
# Step 5: Run OWASP ZAP Scan
106+
- name: ZAP Scan
107+
uses: zaproxy/[email protected]
108+
with:
109+
token: ${{ secrets.GITHUB_TOKEN }}
110+
target: http://172.18.0.3:8000

0 commit comments

Comments
 (0)