We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 882c71d + cafc21f commit f290694Copy full SHA for f290694
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