Latest CLI tool wrapped into a docker container. No special options are required to build the image: docker build -t cxai/cxcli .
To see help run
docker run --rm cxai/cxcli
To execute a scan with source in the current folder run
docker run -v ${PWD}:/usr/src --net=host cxai/cxcli Scan -CxServer {server} -ProjectName {projectName} -CxUser {username} -CxPassword {password} -LocationType {location_type} -LocationPath {location_path} -LocationPathExclude "{exclude_paths}" -v
For information on the Checkmarx CLI and what options are required to run the scan see Checkmarx Documentation
Content type
Image
Digest
Size
140.6 MB
Last updated
about 8 years ago
docker pull cxai/cxcli