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
Below is an exhaustive enumeration of all configurable parameters available, each accompanied by detailed explanations of their purposes, default behaviors, and usage guidelines to help you understand and utilize them effectively.
4
+
5
+
### Type: `object`
6
+
7
+
| Property | Type | Required | Possible values | Deprecated | Default | Description |
| OPENCTI_URL |`string`| ✅ | Format: [`uri`](https://json-schema.org/understanding-json-schema/reference/string#built-in-formats)||| The base URL of the OpenCTI instance. |
10
+
| OPENCTI_TOKEN |`string`| ✅ | string ||| The API token to connect to OpenCTI. |
| CONNECTOR_DURATION_PERIOD |`string`|| Format: [`duration`](https://json-schema.org/understanding-json-schema/reference/string#built-in-formats)||`"PT1H"`| The period of time to await between two runs of the connector. |
18
+
| TENABLE_VULN_MANAGEMENT_API_BASE_URL |`string`|| string ||`"https://cloud.tenable.com"`| Base URL for the Tenable API. |
19
+
| TENABLE_VULN_MANAGEMENT_API_TIMEOUT |`integer`|| integer ||`30`| Timeout for API requests in seconds. |
20
+
| TENABLE_VULN_MANAGEMENT_API_BACKOFF |`integer`|| integer ||`1`| Time (in seconds) to wait before retrying after receiving a 429 response from the API. |
21
+
| TENABLE_VULN_MANAGEMENT_API_RETRIES |`integer`|| integer ||`5`| Number of retries in case of failure. |
22
+
| TENABLE_VULN_MANAGEMENT_EXPORT_SINCE |`string`|| string ||`"1970-01-01T00:00:00+00"`| Date from which to start pulling vulnerability data. |
23
+
| TENABLE_VULN_MANAGEMENT_MIN_SEVERITY |`string`|| string ||`"low"`| The minimum severity level of vulnerabilities to import (`low`, `medium`, `high`, `critical`). |
24
+
| TENABLE_VULN_MANAGEMENT_MARKING_DEFINITION |`string`|| string ||`"TLP:CLEAR"`| Default marking definition for imported data (e.g., `TLP:AMBER`, `TLP:GREEN`, `TLP:CLEAR`). |
25
+
| TENABLE_VULN_MANAGEMENT_NUM_THREADS |`integer`|| integer ||`1`| Number of threads to use for the connector. |
0 commit comments