Skip to content

Commit 773f1d4

Browse files
authored
(Fix): Use updated psscriptanalyzer download URL (#890)
Release [v1.23.0](https://github.com/PowerShell/PSScriptAnalyzer/releases) updated the asset URL schema
1 parent 4dc7e10 commit 773f1d4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

linters/psscriptanalyzer/plugin.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ downloads:
66
linux: linux
77
windows: windows
88
macos: macos
9+
version: <=1.22.0
910
url: https://github.com/PowerShell/PSScriptAnalyzer/releases/download/${version}/PSScriptAnalyzer.${version}.nupkg
11+
- os:
12+
linux: linux
13+
windows: windows
14+
macos: macos
15+
url: https://github.com/PowerShell/PSScriptAnalyzer/releases/download/v${version}/PSScriptAnalyzer.${version}.nupkg
1016
- name: converttosarif
1117
downloads:
1218
- os:

0 commit comments

Comments
 (0)