Skip to content

Commit

Permalink
checkmarx one
Browse files Browse the repository at this point in the history
  • Loading branch information
edtaupier committed Dec 13, 2024
1 parent ddb52ad commit 9e9594d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 59 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/checkmarx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This workflow is to automate Checkmarx SAST scans. It runs on a push to release or hotfix branches
# For full documentation, including a list of all inputs, please refer to the README https://github.com/Checkmarx/ast-github-action

name: Checkmarx One scan
on:
push:
branches:
- 'release/[0-9][0-9][0-9][0-9].[0-9][0-9]'
- 'hotfix/[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]'
- test-whitesource
- test-cx-scan
jobs:
Checkmarx_One:
name: Checkmarx One
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkmarx AST Github Action
uses: Checkmarx/[email protected]
with:
base_uri: ${{ vars.CHECKMARX_ONE_BASE_URI}}
cx_tenant: ${{ vars.CHECKMARX_ONE_TENANT }}
cx_client_id: ${{ vars.CHECKMARX_ONE_CLIENT_ID}}
cx_client_secret: ${{ secrets.CHECKMARX_ONE_CLIENT_SECRET }}
project_name: ${{ github.event.repository.name }}
additional_params: --sast-preset-name "BlackbaudSAST" --project-groups "Everfi"
59 changes: 0 additions & 59 deletions .github/workflows/checkmarx_and_whitesource.yml

This file was deleted.

0 comments on commit 9e9594d

Please sign in to comment.