Skip to content

This project produces a Docker Image that contains the Veracode Java Wrapper API for the latest version. The project is automated to build and store an image on docker hub.

License

Notifications You must be signed in to change notification settings

dennismedeiros/veracode-wrapperapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub

Docker Cloud Build Status Docker Pulls

Veracode-WrapperAPI

Docker Image Version (tag latest semver)

Docker Image Size (latest by date)

Description:

This container image contains a version of the Veracode Java Wrapper API. Configured to perform the actions available to the Veracode Wrapper API in a secure way. All the actions available to the Veracode Java Wrapper can be perform by calling WrapperAPI and passing in the arguments as requied for the action. WrapperAPI is aliasing for java -jar /app/VeracodeJavaAPI.jar command call.

The containter also now has environmental variable for VERACODE_ANALYSISCENTER_ID and VERACODE_ANALYSISCENTER_KEY to be passed instead of as arguments throug the command line.

Docker Examples

Example of retrieving VeracodeJavaAPI version

docker run --rm dennismedeiros/veracode-wrapperapi:latest WrapperAPI -wrapperversion

Example of retrieving the application list while passing environmental variables

docker run --rm -e VERACODE_ANALYSISCENTER_ID=<veracode_id> -e VERACODE_ANALYSISCENTER_KEY=<veracode_key> dennismedeiros/veracode-wrapperapi:latest WrapperAPI -action GetAppList

GitLab Examples:

About

This project produces a Docker Image that contains the Veracode Java Wrapper API for the latest version. The project is automated to build and store an image on docker hub.

Topics

Resources

License

Stars

Watchers

Forks