Skip to content

SecOps - 41055 - Real-time, behavioral, and heuristic protection are enabled on Microsoft Defender Antivirus #2119

SecOps - 41055 - Real-time, behavioral, and heuristic protection are enabled on Microsoft Defender Antivirus

SecOps - 41055 - Real-time, behavioral, and heuristic protection are enabled on Microsoft Defender Antivirus #2119

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