Update Invoke-FortifyScan.ps1

This commit is contained in:
aswin-in-philips 2022-01-10 17:54:47 +05:30 committed by GitHub
parent b101443cfd
commit c724ccc5da
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 -Xmx8G -b $FortifyBuildId "$RepositoryRoot\client"
& sourceanalyzer -Xmx8G -b $FortifyBuildId
& sourceanalyzer -b $FortifyBuildId -show-files
& sourceanalyzer -Xmx8G -b $FortifyBuildId -Dcom.fortify.sca.Phase0HigherOrder.Languages=javascript,typescript -scan -f $FortifyFprPath -logfile "$PSScriptRoot\fortify-scan.txt"