User tried to pass multiple --sourceDirs . It did not work. Using comma also did not do help.
Details
--sourceDir takes only one value.
But you can eventually run multiple separate scans with the --skipSubmit and --appendResult options:
Example of 4 scans:
Scan #1 - java -jar HighlightAutomation.jar <scan conf first part> <upload config> --skipSubmit
Scan #2 - java -jar HighlightAutomation.jar <scan conf second part> <upload config> --skipSubmit --appendResult
Scan #3 - java -jar HighlightAutomation.jar <scan conf third part> <upload config> --skipSubmit --appendResult
Scan #4 - java -jar HighlightAutomation.jar <scan conf last part> <upload config>
Ticket
29739
Comments