Checkmarx CLI is a standalone Checkmarx tool.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
Refer to the Documentation for CLI commands and usage.
For the latest CLI release, please locate your platform download here.
You can also use the relevant link to download the latest version of the CLI:
To be able to build the code you should have:
- Go - You can download and install Go using this link.
setx GOOS=windows
setx GOARCH=amd64
go build -o ./bin/cx.exe ./cmd
export GOARCH=amd64
export GOOS=linux
go build -o ./bin/cx ./cmd
export GOOS=darwin
export GOARCH=amd64
go build -o ./bin/cx-mac ./cmd
For ease of use, a Makefile is provided to build the project for all platforms.
Install Make for Mac: https://formulae.brew.sh/formula/make
Install Make for Windows: https://sourceforge.net/projects/gnuwin32/files/make/3.81/make-3.81.exe/download
Run the following command to build the project:
make build
We appreciate feedback and contribution to the CLI! Before you get started, please see the following:
Distributed under the Apache 2.0. See LICENSE
for more information.
Find all Checkmarx One CLI integrations here.
Checkmarx One Integrations Team
Project Link: https://github.com/Checkmarx/ast-cli.
© 2024 Checkmarx Ltd. All Rights Reserved.