Skip to content

added report to scan action #10

added report to scan action

added report to scan action #10

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/#"
artifact_name: "zap_report.html"