Skip to content

cx-sean-carroll/ast-github-action

 
 

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

© 2021 Checkmarx Ltd. All Rights Reserved.

About

Checkmarx application security testing (AST) GitHub action

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 63.3%
  • Dockerfile 36.7%