checkmarx-ts / checkmarx-github-action

Checkmarx Scan Github Action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter issue to create on github

GregoireW opened this issue · comments

Hello,

When I scan my project I got a lot of issue created. I would like to be able to create issue only it is major or medium and not minor.
(create issue if issue level is greater than minor )

Is there a way to do this?

Thank you

@GregoireW that is already implemented using CxFlow action in here https://github.com/checkmarx-ts/checkmarx-cxflow-github-action

Ah!

Perhaps you should set a notice on this action (and on the cxflow action) to specify which one is to use primarily.

It seems the cxFlow one should be preferred if you do not use OSA. (bad luck for me)

@GregoireW exactly, cxflow action should be the prefered one.
In case you have OSA, you can specify 2 different steps:

  • 1 for SAST scan - using cxflow action - usually before dependencies resolution
  • 1 for OSA scan - using cli action - usually after dependencies resolution