Skip to content

Commit

Permalink
CXFLW-967 Custom State Result Map (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
satyamchaurasiapersistent authored Jan 22, 2024
1 parent 9507d96 commit 79b40c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ checkmarx:
team-script: D:\\tmp\CxTeam.groovy # default empty/not used
custom-state-map:
"5": "SUSPICIOUS"
custom-state-false-positive-map:
"5": "SUSPICIOUS"
post-action-postback-id: 123456
settings-override: true #default false if not provide
cx-branch: false
Expand Down Expand Up @@ -570,6 +572,7 @@ For more details on break build, please refer to [Thresholds and policies](https
| `exclude-files` | | No | Yes | Yes | Files to be excluded from Scan |
| `exclude-folders` | | No | Yes | Yes | Folders to be excluded from Scan |
| `custom-state-map` | | No | No | Yes | A map of custom result state identifiers to custom result state names |
| `custom-state-false-positive-map` | | No | No | Yes | If user want to consider custom result state identifiers as false positive they can use this map. |
| `post-action-postback-id` | | No | Yes | Yes | Sets the SAST project's post-scan action to use the post-scan action with the provided Id defined in SAST.If not provided, the project does not get configured to use a post-scan action. |
| `settings-override` | | No | Yes | Yes | Defaults value false, if set to true the projects settings are re-written/overridden when each SAST scan is invoked from CxFlow |
| `cx-branch` | false | No | Yes | Yes | A flag to enable branching of projects in CxSAST. |
Expand Down

0 comments on commit 79b40c5

Please sign in to comment.