FAQ resource for How do I set up Vibgrate in Azure DevOps?.
Answer
Add NodeTool@0 task with versionSpec: '22.x', then run npx @vibgrate/cli scan . --fail-on error. For SARIF artifacts: add --format sarif --out vibgrate.sarif, then use PublishBuildArtifacts@1 task. Store VIBGRATE_DSN in pipeline variables for dashboard push. Works with both classic and YAML pipelines.