3 items tagged with "changed-only"
Use vg scan --changed-only to focus pull request scans on modified files for faster, more relevant drift feedback in CI.
Add the Vibgrate CLI to a pre-commit hook so drift is caught locally before a commit ever reaches CI.
The --changed-only flag scans only files that have changed (typically detected via git diff). This speeds up scans in CI by skipping unchanged project...