Skip to content

Commit

Permalink
(Fix): Use updated psscriptanalyzer download URL (#890)
Browse files Browse the repository at this point in the history
Release
[v1.23.0](https://github.com/PowerShell/PSScriptAnalyzer/releases)
updated the asset URL schema
  • Loading branch information
TylerJang27 authored Oct 15, 2024
1 parent 4dc7e10 commit 773f1d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions linters/psscriptanalyzer/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ downloads:
linux: linux
windows: windows
macos: macos
version: <=1.22.0
url: https://github.com/PowerShell/PSScriptAnalyzer/releases/download/${version}/PSScriptAnalyzer.${version}.nupkg
- os:
linux: linux
windows: windows
macos: macos
url: https://github.com/PowerShell/PSScriptAnalyzer/releases/download/v${version}/PSScriptAnalyzer.${version}.nupkg
- name: converttosarif
downloads:
- os:
Expand Down

0 comments on commit 773f1d4

Please sign in to comment.