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-vulns-scan - Scan dependencies for vulnerabilities

SYNOPSIS
     git-pkgs vulns scan [flags]

DESCRIPTION
     Check  all dependencies against the OSV database for known vulnerabilities.
     Results are grouped by severity.

     By default, syncs vulnerability data from OSV  before  scanning.  The  sync
     uses  a  24-hour  cache  so  repeated scans won't re-fetch everything.  Use
     --live to query OSV directly for each dependency version.	Use --no-sync to
     skip the sync and use only previously cached data.

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

     -c, --commit=""	  Scan dependencies at specific commit (default: HEAD)

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

     -f, --format="text"      Output format: text, json, sarif

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

     --live[=false]	 Query OSV directly instead of using cached data

     --no-sync[=false]	    Skip auto-sync and	use  only  cached  vulnerability
     data

     -s,  --severity=""      Minimum severity to report: critical, high, medium,
     low

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-vulns(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-vulns-scan&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help