We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the action the PR decoration is not produced
PR decoration should be applied to the current PR
Usage of the action does not produce the PR decoration and error message can be found in the logs
- 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
used with permissions: write-all
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
The text was updated successfully, but these errors were encountered:
isn't it regex? ** isn't a thing.
Sorry, something went wrong.
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: