Skip to content

Commit c1e39bc

Browse files
authored
Update README.md
1 parent aaa586a commit c1e39bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ And ensure that you're using the <a href="https://github.com/Checkmarx/kics-gith
7474
| Variable | Example Value &nbsp; | Description &nbsp; | Type | Required | Default |
7575
|-------------------------------------------|--------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|---------| -------- |--------------------------------------------------------|
7676
| enable_comment | true | Enable pull request report comments | Boolean | No | false |
77+
| enable_jobs_summary | true | Enable report as jobs summary | Boolean | No | false |
78+
7779
| disable_annotations | true | Disable annotations report | Boolean | No | false |
7880
| comments_with_queries | true | Add queries in th pull request report comments (available when enable_comments = true) | Boolean | No | false |
79-
| enable_jobs_summary | true | Enable report as jobs summary | Boolean | No | false |
8081
| excluded_column_for_comments_with_queries | description_id,similarity_id,search_line,search_value | Excluded columns for the comment with queries, accepts a comma separated list | String | No | description_id,similarity_id,search_line,search_value |
8182
| path | terraform/main.tf,Dockerfile | paths to a file or directories to scan, comma separated list | String | Yes | N/A |
8283
| ignore_on_exit | results | defines which non-zero exit codes should be ignored (all, results, errors, none) | String | No | none |

0 commit comments

Comments
 (0)