Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check

GitHub Action

Checkmarx AST Github Action

2.0.5

Checkmarx AST Github Action

check

Checkmarx AST Github Action

Simplify Checkmarx Scanning of source code along with Result consumption leveraging Checkmarx AST solution

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Checkmarx AST Github Action

uses: Checkmarx/ast-github-action@2.0.5

Learn more about this action in Checkmarx/ast-github-action

Choose a version


Contributors Forks Stargazers Issues MIT License


Logo

AST-GITHUB-ACTIONS


Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

This is a Wrapper to trigger scans to the latest version of AST through Docker to launch Checkmarx scans.

Getting Started

Prerequisites

There are no prerequisites, however we advise you to understand how Github Actions work

Setting Up

Copy and paste the following snippet into your .yml file:

      - name: Checkmarx AST CLI Action
        uses: checkmarx/ast-github-action@main #Github Action version
        with:
          base_uri: https://ast.checkmarx.net/
          cx_tenant: your_tenant
          cx_client_id: ${{ secrets.CX_CLIENT_ID }}
          cx_client_secret: ${{ secrets.CX_CLIENT_SECRET }}

Usage

To see how you can use our tool, please refer to the Documentation

Contribution

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

License

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

Contact

Checkmarx - AST Integrations Team

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

Find more integrations from our team here

© 2022 Checkmarx Ltd. All Rights Reserved.