Skip to main content
Back to Tags

Sarif

13 items tagged with "sarif"

Filter by type:

Tutorials9

Tutorial

How to Add SAST Scanning to a CI Pipeline

Run static application security testing on every pull request, fail the build on high-severity findings, and report results as SARIF.

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.

Tutorial

Upload Vibgrate SARIF to GitHub Code Scanning

Produce SARIF output with vg scan --format sarif and upload it to GitHub code scanning so drift findings appear in the Security tab and on PRs.

Tutorial

Run Vibgrate in a GitLab CI Pipeline

Add a drift-scanning job to .gitlab-ci.yml using the Vibgrate CLI, with artifacts and a SARIF report for merge requests.

Tutorial

Run Vibgrate on CircleCI

Add a Vibgrate drift-scanning job to a CircleCI config using a Node executor, store the SARIF report, and gate on a drift budget.

Tutorial

Surface Known-Vulnerable Dependencies with Vibgrate CLI

Use the Security Posture Scanner to surface audit counts and structural security hygiene, exporting results to SARIF for code scanning.

Tutorial

Scan a .NET Solution for Upgrade Drift

Point Vibgrate CLI at a .NET solution to measure upgrade drift across projects and produce a SARIF report for Azure DevOps.

Tutorial

Scan a Java/Maven Project for Upgrade Drift

Run Vibgrate CLI against a Java/Maven project to measure upgrade drift and export SARIF and Markdown reports.

Tutorial

Produce a SARIF Report for Security Tooling

Generate a SARIF report with vg scan --format sarif so drift findings flow into GitHub code scanning and other SARIF-aware security tools.