Explore the docs »
Report Bug
·
Request Feature
Table of Contents
This is a Wrapper to trigger scans to the latest version of AST through Docker to launch Checkmarx scans.
There are no prerequisites, however we advise you to understand how Github Actions work
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 }}
To see how you can use our tool, please refer to the Documentation
We appreciate feedback and contribution to the Github Action! Before you get started, please see the following:
Distributed under the Apache 2.0. See LICENSE
for more information.
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.