mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
Fix PowerShell installation
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
94c66e07b9
commit
e469609f7c
1 changed files with 2 additions and 2 deletions
|
@ -43,9 +43,9 @@ ARG GOOGLE_JAVA_FORMAT_VERSION='1.15.0'
|
|||
ARG GLIBC_VERSION='2.34-r0'
|
||||
ARG KTLINT_VERSION='0.47.1'
|
||||
# PowerShell & PSScriptAnalyzer linter
|
||||
ARG PSSA_VERSION='latest'
|
||||
ARG PSSA_VERSION='1.21.0'
|
||||
ARG PWSH_DIRECTORY='/usr/lib/microsoft/powershell'
|
||||
ARG PWSH_VERSION='latest'
|
||||
ARG PWSH_VERSION='v7.3.1'
|
||||
# Kubeval Version
|
||||
ARG KUBEVAL_VERSION='v0.16.1'
|
||||
|
||||
|
|
Loading…
Reference in a new issue