sndev.io / docs

run-scan

Trigger instance scans and report findings.

The run-scan command triggers instance scan checks or suites and reports findings. Use it to run targeted checks against specific records or suites.
sn run-scan [--suite <sys_id>] [--check <sys_id>] [--combo <suite>,<check>] [--full]

Trigger instance scans and report findings.

Flags

FlagDefaultDescription
--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.
--fullRun a full instance scan.

Examples

sn run-scan --suite abc123
Running scan suite: abc123
✓ Check: No hardcoded sys_ids 0 findings
✓ Check: Script includes have API name 0 findings
2/2 checks clean.