We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b464d5 commit 01c8b06Copy full SHA for 01c8b06
Dockerfile
@@ -1,7 +1,7 @@
1
FROM mcr.microsoft.com/powershell:7.1.4-ubuntu-20.04 as base
2
SHELL ["pwsh", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
3
RUN Set-PSRepository -Name PSGallery -InstallationPolicy Trusted; \
4
- Install-Module PSScriptAnalyzer -RequiredVersion 1.19.1 -Scope AllUsers -Repository PSGallery
+ Install-Module PSScriptAnalyzer -RequiredVersion 1.20.0 -Scope AllUsers -Repository PSGallery
5
6
FROM base as analyzer
7
LABEL "com.github.actions.name" = "PSScriptAnalyzer"
0 commit comments