Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
GIT-PKGS(1)			Git Pkgs Manual			   GIT-PKGS(1)

NAME
       git-pkgs-sbom - Generate	Software Bill of Materials

SYNOPSIS
       git-pkgs	sbom [flags]

DESCRIPTION
       Generate	 a Software Bill of Materials (SBOM) in	CycloneDX or SPDX for-
       mat.  The SBOM includes all dependencies	and  optionally	 enriched  li-
       cense information.

OPTIONS
       -b, --branch=""	    Branch to query (default: current branch)

       -c, --commit=""	    Generate SBOM at specific commit (default: HEAD)

       -e, --ecosystem=""      Filter by ecosystem

       -f, --format="json"	Output format: json, xml

       -h, --help[=false]      help for	sbom

       --name=""      Project name (default: git directory name)

       --skip-enrichment[=false]      Skip license enrichment from ecosyste.ms

       -t, --type="cyclonedx"	   SBOM	type: cyclonedx, spdx

       --version=""	 Project version

OPTIONS	INHERITED FROM PARENT COMMANDS
       --color="auto"	   When	to colorize output: auto, always, never

       --include-submodules[=false]	  Include git submodules when scanning
       for manifests

       -p, --pager[=false]	Use pager for output

       -q, --quiet[=false]	Suppress non-essential output

SEE ALSO
       git-pkgs(1)

HISTORY
       11-Jun-2026 Auto	generated by spf13/cobra

git-pkgs			   Jun 2026			   GIT-PKGS(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=git-pkgs-sbom&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help