Atlassian Bamboo
You use the Veracode Java API wrapper to integrate Veracode with your Maven build server. The integration seamlessly adds static scanning into the existing build processes that you use in your Software Development Life Cycle (SDLC).
You use the Veracode Java API wrapper to integrate the Veracode APIs with Bamboo to run Maven builds. To integrate Veracode with Bamboo, you use the Veracode APIs provided in the Java API wrapper. The API wrapper takes input from the command line, external tools, or existing build server integration workflows and returns a response from Veracode. You install the wrapper on the build server, and it initiates communication between the build server and Veracode.
Prerequisites
Before integrating Veracode with Bamboo, you must have:
- An API service account with the Upload API role or a Veracode user account with the Creator role.
- Veracode API credentials.
- Installed the Java API wrapper on your local machine. You can also run the Java API wrapper as a Docker image.
- Ensured that the application you want to scan is properly compiled according to the instructions in the packaging requirements.
- Ensured Bamboo is installed on your build server. You can download Bamboo from http://www.atlassian.com/software/bamboo/download. If you downloaded the archive file, instead of the EXE installer, you must unzip the archive.
- Ensured that Bamboo is configured according to the Bamboo installation instructions on the Atlassian Support website.
- Ensured that Java and a zip utility, such as WinZip, are defined as executables in your Bamboo Administration account.