refactor: rename disableAnnotations to enableAnnotations.

This commit is contained in:
Mickaël VILLERS
2022-11-08 10:06:26 +01:00
parent 20e3c7b855
commit db7698feb5
3 changed files with 7 additions and 7 deletions

View File

@ -75,7 +75,7 @@ And ensure that you're using the <a href="https://github.com/Checkmarx/kics-gith
|-------------------------------------------|--------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|---------| -------- |--------------------------------------------------------|
| enable_comment | true | Enable pull request report comments | Boolean | No | false |
| enable_jobs_summary | true | Enable report as jobs summary | Boolean | No | false |
| disable_annotations | true | Disable annotations report | Boolean | No | false |
| enable_annotations | true | Enable annotations report | Boolean | No | true |
| comments_with_queries | true | Add queries in th pull request report comments (available when enable_comments = true) | Boolean | No | false |
| 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 |
| path | terraform/main.tf,Dockerfile | paths to a file or directories to scan, comma separated list | String | Yes | N/A |