Back to Tags
Output
5 items tagged with "output"
Filter by type:
Tutorials2
Tutorial
Read and Interpret Vibgrate Scan Output
Make sense of the default Vibgrate scan output: the results table, the findings it lists, and the DriftScore that summarizes them.
Tutorial
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.
FAQs3
FAQ
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...
FAQ
How do I generate reports from existing scans?
Use vg report to render existing scan artifacts into different formats without re-scanning. By default, it reads .vibgrate/scan_result.json. Use --in ...
FAQ
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...