← 全部工具

Checkmarx/ast-cli

热度 75 更新于 开发与构建

A CLI project wrapping application security testing (AST) APIs

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

<img src="https://raw.githubusercontent.com/Checkmarx/ci-cd-integrations/main/.images/banner.png" <br / <div align="center"

</div

<br / <p align="center" <a href="" <img src="https://raw.githubusercontent.com/Checkmarx/ci-cd-integrations/main/.images/logo.png" alt="Logo" width="80" height="80" </a

<h3 align="center"Checkmarx One CLI</h3

<p align="center" Checkmarx CLI is a standalone Checkmarx tool. <br / <a href="https://checkmarx.com/resource/documents/en/34965-68620-checkmarx-one-cli-tool.html"<strongExplore the docs »</strong</a <br / <br / <a href="https://github.com/Checkmarx/ast-cli/issues/new/choose"Report Bug</a · <a href="https://github.com/Checkmarx/ast-cli/issues/new/choose"Request Feature</a </p

<details <summaryTable of Contents</summary <ol <li<a href="#getting-started"Getting Started</a</li <li<a href="#releases"Releases</a</li <li<a href="#compile"Compile</a</li <li<a href="#contribution"Contribution</a</li <li<a href="#license"License</a</li <li<a href="#cli-integrations"CLI Integrations</a</li <li<a href="#contact"Contact</a</li </ol </details

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:

  • Windows x64
  • MacOS x64
  • Linux x64
  • Linux ARMv6
  • Linux ARM64

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