Skip to content

dast

dast #5

Workflow file for this run

name: "owasp-scan"
on:
push:
branches: [githubcicd]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Change script permission
run: |
chmod +x scripts/zap-script.sh
- name: ZAP scan
run: scripts/zap-script.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: zap report
path: |
./zap_baseline_report.html