Skip to content

ZAP Scanner - MET API #3

ZAP Scanner - MET API

ZAP Scanner - MET API #3

Workflow file for this run

name: ZAP Scanner - MET API
on:
workflow_dispatch:
jobs:
zap_scan_api:
runs-on: ubuntu-latest
name: Scan the API application
steps:
- name: zap_scan_api
uses: zaproxy/[email protected]
with:
allow_issue_writing: false
token: ${{ secrets.GITHUB_TOKEN }}
issue_title: 'API ZAP Scan Report'
target: 'https://met-api-dev.apps.gold.devops.gov.bc.ca/'