Creates a script-only check that executes a standalone script with no table binding (scan_script_only_check).
scan_script_only_check
ScriptOnlyCheck({ $id: Now.ID['check-admin-overuse'], name: 'Admin Role Overuse', active: true, category: 'security', priority: '1', shortDescription: 'Detects excessive admin role assignments', script: Now.include('./check-admin-overuse.js'),}) Copy
ScriptOnlyCheck({ $id: Now.ID['check-admin-overuse'], name: 'Admin Role Overuse', active: true, category: 'security', priority: '1', shortDescription: 'Detects excessive admin role assignments', script: Now.include('./check-admin-overuse.js'),})
Creates a script-only check that executes a standalone script with no table binding (
scan_script_only_check).