Example Application demonstrating code level use of the Veracode API Wrapper in a Java Gradle project
Add your Veracode API ID and Key to the src/Java/hellp/Credentials.java file
This project is built off of the file upload example project found at https://spring.io/guides/gs/uploading-files/ It takes the existing file upload project and functionailty to take those uploads and send that on to the Veracode Static Analysis Engine for scanning, as well as returning data from previous submissions.