checkmarx-ts / checkmarx-github-action

Checkmarx Scan Github Action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Editing the last comment instead of always creating a new one

LouisPennachio opened this issue · comments

Is your feature request related to a problem? Please describe.
Not related to a problem.

Describe the solution you'd like
I am currently using checkmarx scans on a private Github repo.

The scan is triggered on every commit, each of which outputs a new checkmarx comment on the PR.

Problem: the PR history grows rapidly because of that.

Describe alternatives you've considered
Update the latest checkmarx comment of the PR, instead of creating a new one.

Additional context
I know that Danger Github Action plugin supports that https://github.com/MeilCli/danger-action/blob/master/src/main.ts.

Sorry I was looking at the wrong place. What I was looking for was checkmarx-ltd/cx-flow#185 and it has already been implemented.