microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
scripts/security/ps-module-versions.json
26lines · modecode
| 1 | { |
| 2 | "_comment": "Canonical pinned versions for PowerShell modules used across this repository. Single source of truth consumed by the test runner and Test-PSModulePins.ps1 validator. Update versions here; CI enforces consistency.", |
| 3 | "modules": { |
| 4 | "Pester": { |
| 5 | "version": "5.7.1", |
| 6 | "purpose": "Test framework", |
| 7 | "enforcedBy": [ |
| 8 | "scripts/tests/Invoke-PesterTests.ps1" |
| 9 | ] |
| 10 | }, |
| 11 | "PowerShell-Yaml": { |
| 12 | "version": "0.4.7", |
| 13 | "purpose": "YAML parser used by linting and validation scripts", |
| 14 | "enforcedBy": [ |
| 15 | "scripts/security/Test-PSModulePins.ps1" |
| 16 | ] |
| 17 | }, |
| 18 | "PSScriptAnalyzer": { |
| 19 | "version": "1.25.0", |
| 20 | "purpose": "PowerShell static analysis", |
| 21 | "enforcedBy": [ |
| 22 | "scripts/security/Test-PSModulePins.ps1" |
| 23 | ] |
| 24 | } |
| 25 | } |
| 26 | } |
| 27 | |