
GFlores177100 (Community Member) asked a question.
I'm using veracode/api-wrapper-java:latest, and I've indicated at least the following parameters:
-action UploadAndScan \
-autoscan true \
-filepath $SCAN_DIR
where SCAN_DIR is a folder that contains a number of .jar and .war files. Note: the JAR files aren't dependencies of the WAR files.
However, when the scan completes, Veracode report says all .jar modules are included in the scan, whereas all .war modules are excluded. Why? How can I run a full scan of the application that contains both JAR and WAR modules?
Thanks in advance
.png)
Was able to resolve it by separating .jar and .war files into 2 different archives