Skip to content
New issue

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

PR decoration not working [BUG] #183

Open
simonpayne1 opened this issue Jun 3, 2024 · 1 comment
Open

PR decoration not working [BUG] #183

simonpayne1 opened this issue Jun 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@simonpayne1
Copy link

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

@simonpayne1 simonpayne1 added the bug Something isn't working label Jun 3, 2024
@gilescope
Copy link

isn't it regex? ** isn't a thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants