forked from tenable/Tenable.io-SDK-for-Python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtenable_io.ini.example
29 lines (28 loc) · 1.16 KB
/
tenable_io.ini.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[tenable_io]
;endpoint=https://cloud.tenable.com/
access_key={{ACCESS_KEY}}
secret_key={{SECRET_KEY}}
; Logging level. (Default: Warning, Available levels: CRITICAL, ERROR, WARNING, INFO, DEBUG)
;logging_level={{LOGGING_LEVEL}}
; Polling interval in seconds. (Default: 10)
;polling_interval={{POLLING_INTERVAL}}
; Maximum retries on calling the endpoint. (Default: 3)
;max_retries={{MAX_RETRIES}}
; Configure proxy variables
;http_proxy={{HTTP_PROXY}}
;https_proxy={{HTTPS_PROXY}}
[tenable_io-test]
; Amount of seconds to wait for a test condition before timing out. (Default: 300)
;wait_timeout=300
; Name of template to create a scan with.
;scan_template_name=basic
; Host target to create a scan with. (Warning: do not scan targets that you're not authorized to.)
scan_text_targets={{SCAN_TEXT_TARGETS}}
; Host alternative target to launch a scan with. (Warning: do not scan targets that you're not authorized to.)
scan_alt_targets={{SCAN_ALT_TARGETS}}
; The valid domain name for username
users_domain_name={{USERS_DOMAIN_NAME}}
; Name of template to create a policy with.
policy_template_name=discovery
; Docker Registry host.
;registry_host=https://registry.cloud.tenable.com