JAVA
PREREQUISITES
Example
Run the following command from your project folder or specify the absolute path.
vsp_defense sast --lang=java --api-key=<YOUR_API_KEY> --path=/d/temp/java-goof/target --project-name="My Java Project"
NOTE:
For Java projects, the target folder must be pointing towards the .jar or .war folder location, since the SAST scan happens on .class files and not on the source code