Skip to content

cmd verify sbom

github-actions[bot] edited this page Aug 25, 2026 · 4 revisions

nself verify-sbom

Verify the SBOM signature for a CLI release.

Synopsis

nself verify-sbom [flags]

Description

Download and verify the CycloneDX SBOM cosign bundle for a CLI release.

Usage

nself verify-sbom --version <v>

What It Does

  1. Downloads sbom-cli-{version}.cdx.json from the GitHub Release.
  2. Downloads sbom-cli-{version}.cdx.json.bundle (cosign bundle).
  3. Runs cosign verify-blob with the OIDC certificate from GitHub Actions.
  4. Prints VERIFIED on success or exits 1 on failure.

Requirements

  • cosign must be in PATH: brew install cosign
  • The version must correspond to a published GitHub Release.

Example

nself verify-sbom --version v1.1.1
# Downloading SBOM for v1.1.1...
# Verifying cosign bundle signature...
# SBOM for v1.1.1: VERIFIED

Related

Flags

Flag Default Description
--repo nself-org/cli GitHub repo (owner/name)
--version "" Release version to verify (e.g. v1.0.9)
--help, -h Show help

Examples

nself verify-sbom --version v1.0.9
  nself verify-sbom --version v1.0.10 --repo nself-org/cli

See Also

Commands | Home

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Operations


Contributing


Admin


Changelog


All commands (52)

Clone this wiki locally