File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/powershell:6.1 .0-ubuntu-18.04 as base
1+ FROM mcr.microsoft.com/powershell:6.2 .0-ubuntu-18.04 as base
22SHELL ["pwsh" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
33RUN Set-PSRepository -Name PSGallery -InstallationPolicy Trusted; \
4- Install-Module PSScriptAnalyzer -RequiredVersion 1.17 .1 -Repository PSGallery
4+ Install-Module PSScriptAnalyzer -RequiredVersion 1.18 .1 -Repository PSGallery
55
66FROM base as analyzer
77LABEL "com.github.actions.name" = "PSScriptAnalyzer"
@@ -10,7 +10,7 @@ LABEL "com.github.actions.icon"="check-square"
1010LABEL "com.github.actions.color" ="green"
1111
1212LABEL "name" = "github-action-psscriptanalyzer"
13- LABEL "version" = "1.2 .0"
13+ LABEL "version" = "2.0 .0"
1414LABEL "repository" = "https://github.com/devblackops/github-action-psscriptanalyzer"
1515LABEL "homepage" = "https://github.com/PowerShell/PSScriptAnalyzer"
1616LABEL "maintainer" = "Brandon Olin <brandon@devblackops.io>"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ task Init {
77 $script :dockerAcct = ' devblackops'
88 $script :imageName = $env: BHProjectName
99 $script :dockerRepo = " $dockerAcct /$imageName "
10- $script :version = ' 1.2 .0'
10+ $script :version = ' 2.0 .0'
1111}
1212
1313task Build - depends Init {
You can’t perform that action at this time.
0 commit comments