Skip to content

@vttforge/cli / AuditOptions

Interface: AuditOptions

Properties

cwd?

optional cwd?: string

Project root to scan. Defaults to process.cwd().


format?

optional format?: ReportFormat

Output format. Default: 'markdown'.


strict?

optional strict?: boolean

When true, MEDIUM and LOW findings also trigger a non-zero exit. Default false: HIGH-only is the canonical "block CI" line.


write?

optional write?: (chunk) => void

Custom writer (tests). Defaults to process.stdout.write.

Parameters

chunk

string

Returns

void

MIT licensed.