We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fbeba commit ad57ff5Copy full SHA for ad57ff5
.github/workflows/secured-CICD.yml
@@ -102,14 +102,9 @@ jobs:
102
- name: Test connectivity to the web app
103
run: |
104
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
+# Step 5: Run OWASP ZAP Scan
+ - name: ZAP Scan
+ uses: zaproxy/[email protected]
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
+ target: http://172.18.0.3:8000
0 commit comments