We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e2a7ad + f290694 commit 360d647Copy full SHA for 360d647
src/Tasks/dependency-check-build-task/dependency-check-build-task.ps1
@@ -155,6 +155,9 @@ try {
155
Write-Host -Verbose "Path: $depCheckPath"
156
Write-Host -Verbose "Arguments: $arguments"
157
158
+ # Set Java args
159
+ $env:JAVA_OPTS="-Xss8192k"
160
+
161
# Run the scan
162
$exitcode = (Start-Process -FilePath $depCheckPath -ArgumentList $arguments -PassThru -Wait -NoNewWindow).ExitCode
163
Write-Host -Verbose "Dependency Check completed with exit code $exitcode."
0 commit comments