Skip to content

fix: upgrade body-parser from 1.9.0 to 1.20.2 #22

fix: upgrade body-parser from 1.9.0 to 1.20.2

fix: upgrade body-parser from 1.9.0 to 1.20.2 #22

Workflow file for this run

on: [push]
jobs:
zap_scan:
runs-on: ubuntu-latest
name: Scan the webapplication
steps:
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
target: 'https://demo.owasp-juice.shop/'
rules_file_name: '.zap/rules.tsv'
cmd_options: '-a'