mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
build(docker): update psscript analyzer to 1.22.0 (#5428)
This commit is contained in:
parent
b00466d6b1
commit
6842e2d3cc
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ COPY --from=powershell-installer /tmp/PS_INSTALL_FOLDER /tmp/PS_INSTALL_FOLDER
|
|||
COPY --from=powershell /opt/microsoft/powershell /opt/microsoft/powershell
|
||||
# Disable Powershell telemetry
|
||||
ENV POWERSHELL_TELEMETRY_OPTOUT=1
|
||||
ARG PSSA_VERSION='1.21.0'
|
||||
ARG PSSA_VERSION='1.22.0'
|
||||
RUN PS_INSTALL_FOLDER="$(cat /tmp/PS_INSTALL_FOLDER)" \
|
||||
&& echo "PS_INSTALL_FOLDER: ${PS_INSTALL_FOLDER}" \
|
||||
&& ln -s "${PS_INSTALL_FOLDER}/pwsh" /usr/bin/pwsh \
|
||||
|
|
Loading…
Reference in a new issue