Skip to content

rs-garrick/ast-github-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

About

Checkmarx application security testing (AST) GitHub action

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 84.9%
  • Dockerfile 15.1%