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.
2 parents d640129 + 6d283d3 commit adc8d47Copy full SHA for adc8d47
Dockerfile
@@ -1,7 +1,7 @@
1
FROM mcr.microsoft.com/powershell:6.2.0-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.18.1 -Scope AllUsers -Repository PSGallery
+ Install-Module PSScriptAnalyzer -RequiredVersion 1.18.3 -Scope AllUsers -Repository PSGallery
5
6
FROM base as analyzer
7
LABEL "com.github.actions.name" = "PSScriptAnalyzer"
@@ -21,4 +21,4 @@ COPY LICENSE README.md /
21
22
RUN chmod +x /entrypoint.ps1
23
24
-ENTRYPOINT ["pwsh", "/entrypoint.ps1"]
+ENTRYPOINT ["pwsh", "/entrypoint.ps1"]
0 commit comments