Skip to content

Network - 27021 - Private Access applications are governed by least-privilege segmentation, strong authentication, and constrained administration #2068

Network - 27021 - Private Access applications are governed by least-privilege segmentation, strong authentication, and constrained administration

Network - 27021 - Private Access applications are governed by least-privilege segmentation, strong authentication, and constrained administration #2068

Workflow file for this run

on: [pull_request]
jobs:
validate:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- name: Install Prerequisites
run: .\build\powershell\Install-Prerequisites.ps1
shell: pwsh
- name: Validate
run: .\code-tests\pester.ps1
shell: pwsh