Skip to content

Commit

Permalink
Merge pull request #7 from alagoutte/update_pssa
Browse files Browse the repository at this point in the history
Update PSSA to 1.19.0
  • Loading branch information
devblackops authored Jul 1, 2020
2 parents 0025390 + a932c12 commit 0d72eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/powershell:7.0.1-ubuntu-18.04 as base
SHELL ["pwsh", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
RUN Set-PSRepository -Name PSGallery -InstallationPolicy Trusted; \
Install-Module PSScriptAnalyzer -RequiredVersion 1.18.3 -Scope AllUsers -Repository PSGallery
Install-Module PSScriptAnalyzer -RequiredVersion 1.19.0 -Scope AllUsers -Repository PSGallery

FROM base as analyzer
LABEL "com.github.actions.name" = "PSScriptAnalyzer"
Expand Down

0 comments on commit 0d72eca

Please sign in to comment.