Skip to content

Adding STIG baselines for Windows Server 2022 and Windows 11 #48

Adding STIG baselines for Windows Server 2022 and Windows 11

Adding STIG baselines for Windows Server 2022 and Windows 11 #48

Workflow file for this run

name: Run salt tests
on:
pull_request:
concurrency:
group: test-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
windows:
uses: plus3it/actions-workflows/.github/workflows/test-salt-windows.yml@9007628375ab63a531541d305dc61375ef0c8215
strategy:
matrix:
os_version:
- windows-2019
- windows-2022
salt_state:
- ash-windows
salt_pillar_root:
- ./tests/pillar/test-windows-main
with:
salt-os-version: ${{ matrix.os_version }}
salt-state: ${{ matrix.salt_state }}
salt-pillar-root: ${{ matrix.salt_pillar_root }}