Back to Tags
Sarif
3 items tagged with "sarif"
Filter by type:
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 upload SARIF results to GitHub Code Scanning?
Run scan with SARIF output: npx @vibgrate/cli scan . --format sarif --out vibgrate.sarif --fail-on error. Then use github/codeql-action/upload-sarif@v...
FAQ
How do I set up Vibgrate in Azure DevOps?
Add NodeTool@0 task with versionSpec: '22.x', then run npx @vibgrate/cli scan . --fail-on error. For SARIF artifacts: add --format sarif --out vibgrat...