-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using the action the PR decoration is not produced
Expected behavior
PR decoration should be applied to the current PR
Actual behavior
Usage of the action does not produce the PR decoration and error message can be found in the logs
Steps to reproduce
- name: Checkmarx AST CLI Action
id: checkmarx_scan
uses: checkmarx/ast-github-action@main
with:
base_uri: https://eu.ast.checkmarx.net/
cx_tenant: {redacted}
cx_client_id: ${{ secrets.CX_CLIENT_ID }}
cx_client_secret: ${{ secrets.CX_CLIENT_SECRET }}
additional_params: --sast-filter !**/node_modules/** --sast-fast-scan
Additional comments
used with permissions: write-all
Logs
Checkmarx One - Scan Summary & Details: [https://eu.ast.checkmarx.net/projects/redacted]
Failed creating github PR Decoration: CODE: 0, 404 Not Found: "{"message":"Not Found","documentation_url":"https://docs.github.com/rest"}"
Creating Markdown Summary Report: cx_result.md
Scan completed
gopisaba
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working