
A.Digulla (Community Member) asked a question.
I have a project that contains up to 400 Maven modules and I'd like a single results file from the pipeline scan. It's not possible to scan more than a single file per invocation of pipeline-scan.jar (you can specify several files but only one of them will be scanned).
Even if I could pass more than one file, 400 files would exceed the maximum length of the command line, even on Linux.
Is there a way to merge pipeline scan results?
.png)
Hello @A.Digulla (Community Member) ,
Thank you for reaching out to the Community.
By Maven modules are you referring to your code?
If you are, and assuming that it is first party code, you could just zip up the Jar files and pass that single zip file to the pipeline scan if it doesn't exceed the size limitation. Saying hat, this some what defeats the purpose or design of the Pipeline scan. If you are wanting an aggregated scan and results. you should be doing a platform scan.
You can refer to a scan type in the link below.
https://help.veracode.com/r/kJC1iOtXp8N~rCtV8P9jhw/tUytgFlTyj00mxCNIYKrtQ.
Best regards,
Steven
Veracode Support Engineer