Error: ServiceNow Instance URL is NOT valid. Please correct the URL and try again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 02:22 AM
We get the above error when trying to implement Sonar scan with the Github actions pipelines.
We are using the action from Market place
https://github.com/marketplace/actions/servicenow-devops-sonar
Here the input for SN_INSTANCE_URL is https://test.service-now.com/ . We too have used our instance details fully.
https://<instance name>.service-now.com
We get the below error while running the job in github actions
Did anyone implement Sonar with Gitub actions ?
We followed everything from the Marketplace link.
Any missing thread ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 01:20 PM
Hi @deepthik_23,
Make sure you don't add the / at the very end, should be like https://test.service-now.com
Try it and let me know!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 03:39 AM