Git Product home page Git Product logo

ast-cli's Introduction


Documentation Contributors Forks Docker Pulls Stargazers Issues MIT License


Logo

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

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.

© 2022 Checkmarx Ltd. All Rights Reserved.

ast-cli's People

Contributors

daniel-amsellem avatar pedrompflopes avatar davidcheckmarx avatar diogopcx avatar tsunez avatar ronenl2 avatar dannyboy412 avatar dependabot[bot] avatar igor-cx avatar tiagobcx avatar igorlombacx avatar checkmarx-kobi-hagmi avatar hmmachadocx avatar jay-nanduri avatar andregcx avatar orshamircm avatar alvoben avatar elchananarb avatar margaritalm avatar tamarlevicm avatar ittaigilat-cx avatar cx-joses avatar yaelpery avatar cxfriese avatar jbrotsos avatar kmcdon83 avatar kojanabzakh avatar miguelfreitas93 avatar phillipdade avatar thomgrus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.