CI and Releases
Exit Codes
Section titled “Exit Codes”Sadrazam uses these exit codes:
0: no findings1: runtime or configuration error2: findings reported
CI Example
Section titled “CI Example”sadrazam . --reporter json# orsadrazam . --reporter toonBecause findings return 2, CI can fail fast without custom parsing.
Publish Flow
Section titled “Publish Flow”This repository publishes from GitHub Actions on v* tags.
Release tags map to npm dist-tags like this:
vX.Y.Z-alpha.N->alphavX.Y.Z-beta.N->betavX.Y.Z->latest
Docs Deployment
Section titled “Docs Deployment”The docs site is built with Starlight and deployed through GitHub Pages from the main branch workflow.