JSON
10 items tagged with "json"
Tutorials4
Choose an Output Format: Table, JSON, or SARIF
Switch the Vibgrate scan output between the default table, JSON for tooling, and SARIF for code scanning using the --format flag.
Interpret Baseline Diff Output
Learn how to read the delta from vg scan --baseline so you can tell new drift apart from carried-over drift and act on the right items.
Export JSON for Custom Dashboards
Produce machine-readable JSON with vg scan --format json or vg report --format json and feed your DriftScore into custom dashboards and BI tools.
Use Vibgrate CLI Output Programmatically
Drive scripts and automation from Vibgrate's JSON output and exit codes, so vg scan results can gate, branch, and trigger downstream steps.
FAQs2
What output formats does the scan support?
Four formats: Text (default, colored human-readable), JSON (full artifact for automation), SARIF (for GitHub Code Scanning, Azure DevOps), and Markdow...
What is the scan_result.json file?
The .vibgrate/scan_result.json file is the full output artifact from your most recent scan. It contains all raw data, scores, findings, and VCS metada...