Skip to content

Commit 525526d

Browse files
authored
Update MainAPI.py
1 parent d098af1 commit 525526d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MainAPI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from requests.auth import HTTPBasicAuth
33
# For in house hosted API
44
# Replace these values with your SecurityCenter information
5-
Tenable_SERVER = 'https://your-securitycenter-server'
5+
Tenable_SERVER = 'https://securitycenter-server'
66
ACCESS_KEY = 'your-access-key'
77
SECRET_KEY = 'your-secret-key'
88
SCAN_ID = 1 # Replace with the ID of the scan you want to initiate

0 commit comments

Comments
 (0)