Update Invoke-FortifyScan.ps1

This commit is contained in:
aswin-in-philips 2022-01-10 18:06:07 +05:30 committed by GitHub
parent 323d7d8df4
commit 1daf056e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ try {
& sourceanalyzer -b $FortifyBuildId -clean -logfile "$PSScriptRoot\fortify-clean.txt" & sourceanalyzer -b $FortifyBuildId -clean -logfile "$PSScriptRoot\fortify-clean.txt"
& sourceanalyzer -Xmx8G -b $FortifyBuildId "$RepositoryRoot" & sourceanalyzer -Xmx8G -b $FortifyBuildId "$RepositoryRoot\contrib"
& sourceanalyzer -b $FortifyBuildId -show-files & sourceanalyzer -b $FortifyBuildId -show-files
& sourceanalyzer -Xmx8G -b $FortifyBuildId -Dcom.fortify.sca.Phase0HigherOrder.Languages=javascript,typescript -scan -f $FortifyFprPath -logfile "$PSScriptRoot\fortify-scan.txt" & sourceanalyzer -Xmx8G -b $FortifyBuildId -Dcom.fortify.sca.Phase0HigherOrder.Languages=javascript,typescript -scan -f $FortifyFprPath -logfile "$PSScriptRoot\fortify-scan.txt"