From 323d7d8df4df4aeb925f2df0cdef452b46c238ae Mon Sep 17 00:00:00 2001 From: aswin-in-philips <95461541+aswin-in-philips@users.noreply.github.com> Date: Mon, 10 Jan 2022 18:04:26 +0530 Subject: [PATCH] Update Invoke-FortifyScan.ps1 --- build/ps/Invoke-FortifyScan.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ps/Invoke-FortifyScan.ps1 b/build/ps/Invoke-FortifyScan.ps1 index bf9aa245..5549d5d0 100644 --- a/build/ps/Invoke-FortifyScan.ps1 +++ b/build/ps/Invoke-FortifyScan.ps1 @@ -23,7 +23,7 @@ try { & sourceanalyzer -b $FortifyBuildId -clean -logfile "$PSScriptRoot\fortify-clean.txt" - & sourceanalyzer -Xmx8G -b $FortifyBuildId + & sourceanalyzer -Xmx8G -b $FortifyBuildId "$RepositoryRoot" & sourceanalyzer -b $FortifyBuildId -show-files & sourceanalyzer -Xmx8G -b $FortifyBuildId -Dcom.fortify.sca.Phase0HigherOrder.Languages=javascript,typescript -scan -f $FortifyFprPath -logfile "$PSScriptRoot\fortify-scan.txt"