Closed bfentiman-ipipeline closed 2 years ago
@bfentiman-ipipeline
I believe the correct filter is --cx-flow.filter-severity=High
Let me know if that works.
@bfentiman-ipipeline
I believe the correct filter is --cx-flow.filter-severity=High
Let me know if that works.
This then results in just High issues being raised whereas we need medium and high issues being raised.
I managed to get this to happen by removing the --cx-flow.filterSeverity completely
We currently have the following as part of our GitHub Action config, with the correct secrets added to the repository.
What we've found is that only the Medium level issues found by Checkmarx are being reported into Jira, the High level ones are being ignored.
When we do exactly the same config but without Jira as the bug tracker and using it as part of a pull request, both the high and medium issues are reported.
I'm not quite sure why it would be returning all the issues but only raising the medium ones as a Jira.