Skip to content

Commit

Permalink
Update xpanse URL
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Aug 14, 2024
1 parent 995ec3c commit 852fba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pe_source/xpanse_alert_pull.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from pe_reports.data.config import staging_config

API_DIC = staging_config(section="xpanse")
xpanse_url = "https://api-cisa.crtx.federal.paloaltonetworks.com/public_api/"
xpanse_url = "https://api-cisa-xpanse.crtx.gv.paloaltonetworks.com/public_api/"
api_key = API_DIC.get("api_key")
auth_id = API_DIC.get("auth_id")

Expand Down

0 comments on commit 852fba7

Please sign in to comment.