Skip to content

Merge pull request #593 from bcgov/PFCF-439-Feb2024 #20

Merge pull request #593 from bcgov/PFCF-439-Feb2024

Merge pull request #593 from bcgov/PFCF-439-Feb2024 #20

name: OWASP SCAN
on:
workflow_dispatch:
push:
branches:
- master
jobs:
scan:
runs-on: ubuntu-latest
name: Scan the web application
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: master
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
target: ${{ secrets.OWASP_SCAN_URL }}
cmd_options: '-a'
allow_issue_writing: false