Skip to content

Merge branch 'main' into B-19181-Create-PPTAS-API #40

Merge branch 'main' into B-19181-Create-PPTAS-API

Merge branch 'main' into B-19181-Create-PPTAS-API #40

Workflow file for this run

name: zap-scan
on: [push]
jobs:
zap_scan:
runs-on: ubuntu-latest
name: Scan mymove
steps:
- name: ZAP Scan
uses: zaproxy/action-full-scan@v0.10.0
with:
target: 'https://my.move.mil'
zap_scan_office:
runs-on: ubuntu-latest
name: Scan Office
steps:
- name: ZAP Scan
uses: zaproxy/action-full-scan@v0.10.0
with:
target: 'https://office.move.mil'
zap_scan_admin:
runs-on: ubuntu-latest
name: Scan admin
steps:
- name: ZAP Scan
uses: zaproxy/action-full-scan@v0.10.0
with:
target: 'https://admin.move.mil'