Skip to content

RichVRed/docker-checkmarx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkmarx - Application Security Testing Developers Actually Use

Docker Pulls Docker Stars GitHub issues license

Docker container to install and run checkmarx

Installation / Usage

  1. Install the rvannauker/checkmarx container:
docker pull rvannauker/checkmarx
  1. Run checkmarx through the checkmarx container:
sudo docker run -v ${PWD}:/usr/src --net=host "rvannauker/checkmarx" Scan -CxServer {server} -ProjectName {projectName} -CxUser {username} -CxPassword {password} -Incremental -LocationType {location_type} -LocationPath {location_path} -LocationPathExclude "{exclude_paths}" -v

Download the source:

To run, test and develop the CHECKMARX Dockerfile itself, you must use the source directly:

  1. Download the source:
git clone https://github.com/RichVRed/docker-checkmarx.git
  1. Build the container:
sudo docker build --force-rm --tag "rvannauker/checkmarx" --file checkmarx.dockerfile .
  1. Test running the container:
 $ docker run rvannauker/checkmarx --help

About

Checkmarx - A static analysis engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published