Skip to main content
Back to Tags

Sbom

28 items tagged with "sbom"

Filter by type:

Tutorials13

Tutorial

How to generate an SBOM in your CI pipeline

Produce a software bill of materials for every build in CI and attach it as an artifact for compliance and security.

Tutorial

How to Scan Dependencies for Vulnerabilities in CI

Generate an SBOM, scan dependencies against vulnerability databases, gate merges on severity, and automate upgrade pull requests.

Tutorial

Export a CycloneDX SBOM with Vibgrate CLI

Generate a standards-compliant CycloneDX SBOM from your project in one command and write it to a file ready for sharing or archival.

Tutorial

Generate an SBOM in CI with GitHub Actions

Add a GitHub Actions step that produces a fresh CycloneDX SBOM on every build and uploads it as a workflow artifact.

Tutorial

Attach an SBOM to a GitHub Release

Generate a CycloneDX SBOM during your release workflow and publish it as a downloadable asset on the GitHub Release.

Tutorial

Produce an SBOM for Compliance and Audit

Generate an SPDX or CycloneDX SBOM as documented evidence for a compliance audit, with a readable report to accompany it.

Tutorial

Scan a Containerized Project for Supply-Chain Signals

Scan a Dockerized project so the Build & Deploy Scanner detects containerization signals, then export an SBOM of its dependencies.

Tutorial

Export an SBOM per Package in a Monorepo

Generate a separate CycloneDX SBOM for each workspace package in a monorepo by scanning and exporting per package directory.

Tutorial

Push Scan Results and SBOM to Vibgrate Cloud

Authenticate the CLI, push scan results to Vibgrate Cloud for team visibility, and export an SBOM as a local supply-chain artifact.

Tutorial

Review License Findings in Your Dependency Inventory

Export an SBOM and a readable report to review the licenses of your dependencies and flag obligations for legal and compliance review.

Tutorial

Integrate SBOM Generation into a Release Pipeline

Add a release-pipeline stage that scans, exports a CycloneDX SBOM, and publishes it as a versioned artifact for every release.

Tutorial

Combine a Drift Scan and SBOM Export in One CI Job

Run a single CI job that scans for drift with a failing gate and exports a CycloneDX SBOM, covering quality and inventory together.

Tutorial

Verify Supply-Chain Posture Before Shipping

Run a pre-ship checklist with Vibgrate CLI: scan with a gate, review risk and security findings, and export an SBOM before release.