Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

blackbaud/checkmarx-ast-cli

Repository files navigation



Checkmarx One CLI

Checkmarx CLI is a standalone Checkmarx tool.
Explore the docs >>

Report Bug * Request Feature

Table of Contents
  1. Getting Started
  2. Releases
  3. Compile
  4. Contribution
  5. License
  6. CLI Integrations
  7. Contact

Getting Started

Refer to the Documentation for CLI commands and usage.

Releases

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:

Compile

To be able to build the code you should have:

  • Go - You can download and install Go using this link.

Windows

setx GOOS=windows
setx GOARCH=amd64
go build -o ./bin/cx.exe ./cmd

Linux

export GOARCH=amd64
export GOOS=linux
go build -o ./bin/cx ./cmd

Macintosh

export GOOS=darwin
export GOARCH=amd64
go build -o ./bin/cx-mac ./cmd

Makefile

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

Contribution

We appreciate feedback and contribution to the CLI! Before you get started, please see the following:

License

Distributed under the Apache 2.0. See LICENSE for more information.

CLI Integrations

Find all Checkmarx One CLI integrations here.

Contact

Checkmarx One Integrations Team

Project Link: https://github.com/Checkmarx/ast-cli.

(c) 2025 Checkmarx Ltd. All Rights Reserved.

About

A CLI project wrapping application security testing (AST) APIs

Resources

Readme

License

Apache-2.0 license

Code of conduct

Code of conduct

Contributing

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Go 97.4%
  • Python 2.0%
  • C# 0.2%
  • Shell 0.2%
  • Dockerfile 0.1%
  • HCL 0.1%