You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ And ensure that you're using the <a href="https://github.com/Checkmarx/kics-gith
88
88
| exclude_categories | 'Observability,Networking and Firewall' | exclude categories by providing its name, comma separated list | String | No | N/A |
89
89
| exclude_results | 'd4a1fa80-d9d8-450f-87c2-e1f6669c41f8' | exclude results by providing the similarity ID of a result | String | No | N/A |
90
90
| exclude_severities | 'info,low' | exclude results by providing the severity of a result | String | No | N/A |
91
-
| exclude_gitignore || disables the exclusion of paths specified within .gitignore file | Boolean | No | false |
91
+
| exclude_gitignore (available only from KICS version 1.6)|| disables the exclusion of paths specified within .gitignore file | Boolean | No | false |
92
92
| include_queries | a227ec01-f97a-4084-91a4-47b350c1db54 | include only specified list of queries to the scan, cannot be provided with query exclusion flags | String | No | N/A |
93
93
| output_formats | 'json,sarif' | formats in which the results report will be exported | String | No | json |
94
94
| output_path | myResults/ | file path to store result in json format | String | No | "./" |
0 commit comments