Skip to content

(Do not merge, work in progress) B-21322 TPPS ECS Scheduled Task - MAIN #5148

(Do not merge, work in progress) B-21322 TPPS ECS Scheduled Task - MAIN

(Do not merge, work in progress) B-21322 TPPS ECS Scheduled Task - MAIN #5148

Workflow file for this run

name: zap-scan
on:
pull_request:
branches: [ main ]
jobs:
zap_scan:
runs-on: ubuntu-latest
name: Scan mymove
steps:
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
target: 'https://my.move.mil'
allow_issue_writing: 'false'
zap_scan_office:
runs-on: ubuntu-latest
name: Scan Office
steps:
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
target: 'https://office.move.mil'
allow_issue_writing: 'false'
zap_scan_admin:
runs-on: ubuntu-latest
name: Scan admin
steps:
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
target: 'https://admin.move.mil'
allow_issue_writing: 'false'