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 9cf3019 commit 5451b3dCopy full SHA for 5451b3d
Dockerfile
@@ -1,7 +1,7 @@
1
FROM mcr.microsoft.com/powershell:7.0.3-ubuntu-18.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.0 -Scope AllUsers -Repository PSGallery
+ Install-Module PSScriptAnalyzer -RequiredVersion 1.19.1 -Scope AllUsers -Repository PSGallery
5
6
FROM base as analyzer
7
LABEL "com.github.actions.name" = "PSScriptAnalyzer"
0 commit comments