Skip to main content
Back to Tags

Supply Chain

32 items tagged with "supply-chain"

Filter by type:

Tutorials9

Tutorial

How to sign and verify container images with Cosign

Sign images with Cosign and enforce signature verification in Kubernetes for a secure software supply chain.

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 sign container images with Cosign

Sign and verify container images with Cosign keyless signing to secure your software supply chain.

Tutorial

How to automate dependency updates in CI

Configure automated dependency update pull requests with grouping, scheduling, and auto-merge for safe updates.

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

Review Dependency Risk Findings with Vibgrate CLI

Run the Dependency Risk Scanner to surface deprecated packages, native modules, and platform-specific dependencies, then review the findings.

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

Use the Dependency Risk Scanner in Vibgrate CLI

Learn what the Dependency Risk Scanner classifies and how to run a focused scan to inventory deprecated, native, and platform-specific packages.

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.

Glossaries8

Glossary

Software Bill of Materials (SBOM)

A software bill of materials is a formal, machine-readable inventory of all components, libraries, and dependencies that make up a piece of software, along with their versions and relationships.

Glossary

Software Supply Chain Security

Software supply chain security is the practice of protecting every stage of building and delivering software, from dependencies and build systems to distribution, against tampering and compromise.

Glossary

Attestation

An attestation is a signed, machine-readable statement about a software artifact — such as how it was built or what it contains — that a consumer can cryptographically verify.

Glossary

Provenance

Provenance is verifiable metadata that records where a software artifact came from and how it was built — its source, build system, and inputs — so consumers can trace and trust it.

Glossary

DSSE (Dead Simple Signing Envelope)

DSSE is a standard format for wrapping a payload together with its signature so the signed content and its type are bound and tamper-evident.

Glossary

SLSA (Supply-chain Levels for Software Artifacts)

SLSA is a security framework that defines graduated levels of build integrity and provenance for software artifacts, so teams can measure and improve how trustworthy their builds are.

Glossary

Common Vulnerabilities and Exposures (CVE)

CVE is a public, standardized catalog that assigns a unique identifier to each publicly disclosed cybersecurity vulnerability, enabling consistent reference across tools and organizations.

Glossary

Lockfile

A lockfile records the exact, resolved version of every dependency in a project — direct and transitive — so installs are reproducible and the true dependency set is auditable.