Update Invoke-FortifyScan.ps1
This commit is contained in:
parent
b101443cfd
commit
c724ccc5da
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue