Skip to content

Commit

Permalink
sarif only plus main
Browse files Browse the repository at this point in the history
  • Loading branch information
juegge authored Sep 13, 2023
1 parent 34e2b4f commit 82e59c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checkmarx-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
uses: actions/checkout@v3
# This step creates the Checkmarx One scan
- name: Checkmarx One scan
uses: checkmarx/ast-github-action@8e887bb93dacc44e0f5b64ee2b06d5815f89d4fc
uses: checkmarx/ast-github-action@main
with:
base_uri: ${{ secrets.BASE_URI }} # This should be replaced by your base uri for Checkmarx One
cx_client_id: ${{ secrets.AST_CLIENT_ID }} # This should be created within your Checkmarx One account : https://checkmarx.com/resource/documents/en/34965-118315-authentication-for-checkmarx-one-cli.html#UUID-a4e31a96-1f36-6293-e95a-97b4b9189060_UUID-4123a2ff-32d0-2287-8dd2-3c36947f675e
cx_client_secret: ${{ secrets.AST_CLIENT_SECRET }} # This should be created within your Checkmarx One account : https://checkmarx.com/resource/documents/en/34965-118315-authentication-for-checkmarx-one-cli.html#UUID-a4e31a96-1f36-6293-e95a-97b4b9189060_UUID-4123a2ff-32d0-2287-8dd2-3c36947f675e
cx_tenant: ${{ secrets.TENANT }} # This should be replaced by your tenant for Checkmarx One
additional_params: --tags ${{ github.event.pull_request.head.sha }},${{ github.sha }}
additional_params: --report-format sarif --output-path . --tags ${{ github.event.pull_request.head.sha }},${{ github.sha }}
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down

0 comments on commit 82e59c9

Please sign in to comment.