Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CMaheshBL committed Oct 4, 2023
1 parent 1eec876 commit f898423
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,20 @@ jobs:
- name: Checkmarx One CLI Action
uses: checkmarx/ast-github-action@main #Github Action version
with:
project_name: Webgoat.Java
cx_tenant: chandra-ast-demo
base_uri: https://eu.ast.checkmarx.net
cx_client_id: ${{ secrets.CX_CLIENT_ID }}
cx_client_secret: ${{ secrets.CX_CLIENT_SECRET }}
project_name: Webgoat.Java
# Branch name
branch: ${{ github.head_ref || github.ref }}
# GitHub API Token
github_token: ${{ github.token }}
# Additional parameters for AST scan
# additional_params: # optional, default is
# Repository name for PR decoration
repo_name: ${{ github.event.repository.name }}
# Organization name to create the Pr comment
namespace: ${{ github.repository_owner }}
# Pr Number of the pull request that needs the decoration
pr_number: ${{ github.event.number }}

0 comments on commit f898423

Please sign in to comment.