diff --git a/Dockerfile b/Dockerfile index 67e8b930046..74c0593b240 100644 --- a/Dockerfile +++ b/Dockerfile @@ -122,7 +122,7 @@ ARG LUA_SELENE_VERSION=0.27.1 # renovate: datasource=crate depName=stylua ARG LUA_STYLUA_VERSION=0.20.0 # renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/ -ARG PSSA_VERSION='1.22.0' +ARG PSSA_VERSION='1.23.0' # renovate: datasource=npm depName=@salesforce/sfdx-scanner ARG SALESFORCE_SFDX_SCANNER_VERSION=4.6.0 diff --git a/flavors/dotnet/Dockerfile b/flavors/dotnet/Dockerfile index bfed58f589e..363d9782b59 100644 --- a/flavors/dotnet/Dockerfile +++ b/flavors/dotnet/Dockerfile @@ -85,7 +85,7 @@ ARG BICEP_DIR='/usr/local/bin' ARG DETEKT_VERSION=1.23.7 # renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/ -ARG PSSA_VERSION='1.22.0' +ARG PSSA_VERSION='1.23.0' #ARG__END diff --git a/flavors/dotnetweb/Dockerfile b/flavors/dotnetweb/Dockerfile index 023394136c0..f82f6ceca6e 100644 --- a/flavors/dotnetweb/Dockerfile +++ b/flavors/dotnetweb/Dockerfile @@ -85,7 +85,7 @@ ARG BICEP_DIR='/usr/local/bin' ARG DETEKT_VERSION=1.23.7 # renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/ -ARG PSSA_VERSION='1.22.0' +ARG PSSA_VERSION='1.23.0' #ARG__END diff --git a/flavors/formatters/Dockerfile b/flavors/formatters/Dockerfile index 764641d6523..9ed9466dbfb 100644 --- a/flavors/formatters/Dockerfile +++ b/flavors/formatters/Dockerfile @@ -48,7 +48,7 @@ FROM python:3.12.7-alpine3.20 ############################################################################################# #ARG__START # renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/ -ARG PSSA_VERSION='1.22.0' +ARG PSSA_VERSION='1.23.0' #ARG__END diff --git a/linters/powershell_powershell/Dockerfile b/linters/powershell_powershell/Dockerfile index 4d21af21c76..09084a0b018 100644 --- a/linters/powershell_powershell/Dockerfile +++ b/linters/powershell_powershell/Dockerfile @@ -45,7 +45,7 @@ FROM python:3.12.7-alpine3.20 ############################################################################################# #ARG__START # renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/ -ARG PSSA_VERSION='1.22.0' +ARG PSSA_VERSION='1.23.0' #ARG__END diff --git a/linters/powershell_powershell_formatter/Dockerfile b/linters/powershell_powershell_formatter/Dockerfile index e44201a00fc..54d6d2beaee 100644 --- a/linters/powershell_powershell_formatter/Dockerfile +++ b/linters/powershell_powershell_formatter/Dockerfile @@ -45,7 +45,7 @@ FROM python:3.12.7-alpine3.20 ############################################################################################# #ARG__START # renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/ -ARG PSSA_VERSION='1.22.0' +ARG PSSA_VERSION='1.23.0' #ARG__END diff --git a/megalinter/descriptors/powershell.megalinter-descriptor.yml b/megalinter/descriptors/powershell.megalinter-descriptor.yml index 4c87ba4b076..e4f0d0f5e92 100644 --- a/megalinter/descriptors/powershell.megalinter-descriptor.yml +++ b/megalinter/descriptors/powershell.megalinter-descriptor.yml @@ -48,7 +48,7 @@ linters: dockerfile: - | # renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/ - ARG PSSA_VERSION='1.22.0' + ARG PSSA_VERSION='1.23.0' - RUN pwsh -c 'Install-Module -Name PSScriptAnalyzer -RequiredVersion ${PSSA_VERSION} -Scope AllUsers -Force' ide: vscode: @@ -80,7 +80,7 @@ linters: dockerfile: - | # renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/ - ARG PSSA_VERSION='1.22.0' + ARG PSSA_VERSION='1.23.0' - RUN pwsh -c 'Install-Module -Name PSScriptAnalyzer -RequiredVersion ${PSSA_VERSION} -Scope AllUsers -Force' ide: vscode: