OOB, Is there any ready to use code sanity checks capability in SN? How are you checking code today?

Suggy
Giga Sage

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.

 

3 REPLIES 3

Maik Skoddow
Tera Patron
Tera Patron

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

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

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