lin19960729 / ast-github-action

Checkmarx application security testing (AST) GitHub action

Home Page:https://github.com/marketplace/actions/checkmarx-ast-github-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

https://github.com/marketplace/actions/checkmarx-ast-github-action

License:Apache License 2.0


Languages

Language:Shell 84.9%Language:Dockerfile 15.1%