run-scan command triggers instance scan checks or suites and reports findings. Use it to run targeted checks against specific records or suites.run-scan
Trigger instance scans and report findings.
The
sn run-scan [--suite <sys_id>] [--check <sys_id>] [--combo <suite>,<check>] [--full] Trigger instance scans and report findings.
Flags
| Flag | Default | Description |
|---|---|---|
| --suite <sys_id> | — | Run all checks in a scan suite by sys_id. |
| --check <sys_id> | — | Run a single check by sys_id. |
| --combo <suite>,<check> | — | Run a specific check within a specific suite. |
| --full | — | Run a full instance scan. |
Examples
sn run-scan --suite abc123Running scan suite: abc123
✓ Check: No hardcoded sys_ids 0 findings
✓ Check: Script includes have API name 0 findings
2/2 checks clean.