OOB, Is there any ready to use code sanity checks capability in SN? How are you checking code today?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2025 02:08 AM
1. OOB, Is there any ready to use and proactive code sanity checks capability in ServiceNow?
(like doing checks the moment the form (say BR) is saved)?
or
something like scan the customer updates in Update set before compelting it.
2. Is there any ready to use and non-proactive code sanity checks capability in ServiceNow?
(non-proactive I meant 'manually')
PS - I am not looking for any paid product in store/products under IMPACT.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2025 03:25 AM
Hi @Suggy
The only features that fulfill your requirements are the Instance Scan checks. ServiceNow ships some of these checks regarding code quality, and over the years, some users have built their own libraries. I have curated over 400 and made them available for free on GitHub: https://github.com/mskoddow/my_instance_scan_collection
I also included some checks regarding code quality.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2025 05:20 AM
Thanks a lot @Maik Skoddow, let me explore that.
I did check your post before, but couldnt find anything related to the source in that article - Administration: Instance Health || Knowledge & Tro... - ServiceNow Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2025 06:19 AM
Hi @Suggy
the topic of Instance Scan is listed in that article, however you are right: my published GitHub repo is not mentioned there, as I've written no article yet - only announced on LinkedIn. So thank you for the hint, I'm going to think about how to link that repo.
Maik