Skip to content

added OWASP ZAP Scan for Juice Shop on Push #9

added OWASP ZAP Scan for Juice Shop on Push

added OWASP ZAP Scan for Juice Shop on Push #9

Workflow file for this run

name: CI
on:
push:
branches:
- feature/implement-owasp-zap-baseline-scan-github-actions
jobs:
zap_scan:
runs-on: ubuntu-latest
name: OWASP ZAP Baseline Scan of OWASP Juice Shop
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run OWASP ZAP Baseline Scan
uses: zaproxy/[email protected]
with:
target: "https://juice-shop.herokuapp.com/#"