You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,20 @@ Open-Sourced community contributed and owned repository for Instance Scan Defini
11
11
# Checks in this repository
12
12
13
13
## Category: Manageability
14
-
### Inactive user check : Catalog task Assigned To
14
+
15
+
### Inactive user check: Approvals
16
+
Check any approvals waiting in inactive users queue
17
+
18
+
### Inactive user check: Catalog task Assigned To
15
19
Check any Catalog Tasks Assigned to Inactive user
16
20
17
21
### Check any assets assigned to inactive user
18
22
Check if any asset is assigned to inactive users.
19
23
20
-
### Inactive User Check: Catalog Item
24
+
### Inactive User Check: Catalog Item
21
25
We should ensure that inactive users are removed from being assigned as Catalog item owners.
22
26
23
-
###Avoid gs.log()Statement
27
+
###Avoid gs.log()Statement
24
28
Use Logging Levels: Instead of gs.log(), consider using more appropriate logging levels, such as:
25
29
gs.info() for informative messages.
26
30
gs.warn() for warnings that don’t break functionality but may need attention.
@@ -276,7 +280,8 @@ Select the check box to ignore flushing some server-side caches, thus flushing o
276
280
Avoid using gs.sleep() in any script because it does not release session and will cause delays, and add logs to the script whenever gs.sleep() has to be used.
277
281
278
282
## Category: Security
279
-
##Check Mandatory fields on incident
283
+
284
+
### Check Mandatory fields on incident
280
285
This check is used to find mandatory fields on incident
281
286
282
287
### Avoid using setBasicAuth for REST messages
@@ -345,7 +350,7 @@ Scripts in ACLs ARE executed regardless of whether or not the Advanced checked b
345
350
### Added a Number Prefix which already exists
346
351
Creating new number records does not require uniqueness. Though having duplicate number records causes some ServiceNow core functionality not to behave as expected. For example, the search might return a record from another table the number prefix is also used on.
347
352
348
-
## List Inactive users from active group
353
+
###List Inactive users from active group
349
354
List inactive users that still belongs to activate groups
350
355
351
356
### HTTP connection records not excluded on clones from Prod
0 commit comments