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 d7ef977 commit f1dd3b3Copy full SHA for f1dd3b3
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 -Repository PSGallery
+ Install-Module PSScriptAnalyzer -RequiredVersion 1.18.1 -Scope AllUsers -Repository PSGallery
5
6
FROM base as analyzer
7
LABEL "com.github.actions.name" = "PSScriptAnalyzer"
0 commit comments