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
| path | terraform/main.tf,Dockerfile | paths to a file or directories to scan, comma separated list | String | Yes | N/A |
58
-
| ignore_on_exit | results | defines which non-zero exit codes should be ignored (all, results, errors, none) | String | No | none |
59
-
| fail_on | high,medium | comma separated list of which severities returns exit code !=0 | String | No | high,medium,low,info |
60
-
| timeout | 75 | number of seconds the query has to execute before being canceled | String | No | 60 |
61
-
| profiling | CPU | turns on profiler that prints resource consumption in the logs during the execution (CPU, MEM) | String | No | N/A |
62
-
| config_path | ./kics.config | path to configuration file | String | No | N/A |
63
-
| platform_type | terraform,ansible | case insensitive list of platform types to scan | String | No | All platforms |
64
-
| exclude_paths | ./shouldNotScan/*,somefile.txt | exclude paths from scan, supports glob, comma separated list | String | No | N/A |
65
-
| exclude_queries | a227ec01-f97a-4084-91a4-47b350c1db54 | exclude queries by providing the query ID, comma separated list | String | No | N/A |
66
-
| exclude_categories | 'Observability,Networking and Firewall' | exclude categories by providing its name, comma separated list | String | No | N/A |
67
-
| exclude_results | 'd4a1fa80-d9d8-450f-87c2-e1f6669c41f8' | exclude results by providing the similarity ID of a result | String | No | N/A |
68
-
| 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 |
69
-
| output_formats | 'json,sarif' | formats in which the results report will be exported | String | No | json |
70
-
| output_path | myResults/ | file path to store result in json format | String | No | "./" |
71
-
| payload_path | /tmp/mypayload.json | file path to store source internal representation in JSON format | String | No | N/A |
72
-
| queries || path to directory with queries (default "./assets/queries") | String | No | ./assets/queries downloaded with the binaries |
| type | Ansible,Dockerfile | case insensitive comma-separated list of platform types to scan (Ansible, AzureResourceManager, CloudFormation, Dockerfile, Kubernetes, OpenAPI, Terraform) | String | No | all types |
75
-
| bom | true | include bill of materials (BoM) in results.json output | Boolean | No | false |
76
-
| disable_full_descriptions | false | disable request for full descriptions and use default vulnerability descriptions | Boolean | false |
| comments_with_queries | true | Add queries in th pull request report comments (available when enable_comments = true) | Boolean | No | false |
58
+
| 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 |
59
+
| path | terraform/main.tf,Dockerfile | paths to a file or directories to scan, comma separated list | String | Yes | N/A |
60
+
| ignore_on_exit | results | defines which non-zero exit codes should be ignored (all, results, errors, none) | String | No | none |
61
+
| fail_on | high,medium | comma separated list of which severities returns exit code !=0 | String | No | high,medium,low,info |
62
+
| timeout | 75 | number of seconds the query has to execute before being canceled | String | No | 60 |
63
+
| profiling | CPU | turns on profiler that prints resource consumption in the logs during the execution (CPU, MEM) | String | No | N/A |
64
+
| config_path | ./kics.config | path to configuration file | String | No | N/A |
65
+
| platform_type | terraform,ansible | case insensitive list of platform types to scan | String | No | All platforms |
66
+
| exclude_paths | ./shouldNotScan/*,somefile.txt | exclude paths from scan, supports glob, comma separated list | String | No | N/A |
67
+
| exclude_queries | a227ec01-f97a-4084-91a4-47b350c1db54 | exclude queries by providing the query ID, comma separated list | String | No | N/A |
68
+
| exclude_categories | 'Observability,Networking and Firewall' | exclude categories by providing its name, comma separated list | String | No | N/A |
69
+
| exclude_results | 'd4a1fa80-d9d8-450f-87c2-e1f6669c41f8' | exclude results by providing the similarity ID of a result | String | No | N/A |
70
+
| 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 |
71
+
| output_formats | 'json,sarif' | formats in which the results report will be exported | String | No | json |
72
+
| output_path | myResults/ | file path to store result in json format | String | No | "./" |
73
+
| payload_path | /tmp/mypayload.json | file path to store source internal representation in JSON format | String | No | N/A |
74
+
| queries || path to directory with queries (default "./assets/queries") | String | No | ./assets/queries downloaded with the binaries |
| type | Ansible,Dockerfile | case insensitive comma-separated list of platform types to scan (Ansible, AzureResourceManager, CloudFormation, Dockerfile, Kubernetes, OpenAPI, Terraform) | String | No | all types |
77
+
| bom | true | include bill of materials (BoM) in results.json output | Boolean | No | false |
78
+
| disable_full_descriptions | false | disable request for full descriptions and use default vulnerability descriptions | Boolean | false |
0 commit comments