microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
940773c7065ca3c06217d8ebda68b40571cd73f3

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

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