zivrio/Boop Code Quality

Scan your code and run quality gate checks with Boop — cloud-powered code intelligence.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
project-keyProject-scoped API key (recommended for CI). Grants access only to this project's scan and check operations. Generate one with `boop project keys`. Takes precedence over api-key. no
api-keyFull account API key. Use project-key instead when possible — it limits blast radius if the secret is ever exposed. no
project-idBoop project ID (UUID). Only required if .boop/config.json is not committed to the repository. no
categoryCheck category to run. One of: security, complexity, quality, all. noall
scanWhether to re-index changed files before running checks. Set to 'false' to run checks against the existing index only (faster, but results may be stale if code changed). notrue
fail-onSeverity level that causes a non-zero exit code. errors — fail only on error-severity checks (default). warnings — fail on warnings and errors (strict mode). never — always exit 0, even if checks fail (advisory only). noerrors
versionBoop CLI version to install. Defaults to 'latest'. Pin to a specific version (e.g. '0.1.2') for reproducible builds. nolatest
namedescription
issuesTotal number of issues found across all checks.
resultOverall result — 'passed' or 'failed'.