Skip to content

A small CLI tool that downloads SBOMs from GitHub and lets you search which repositories use a specific package.

Notifications You must be signed in to change notification settings

Cimihan123/sbom-dependency-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

requirements:

  • gh
  • jq
  • Change this to your organization name or github username: export ORG=""

run:

./scanner.sh

Usage:
  ./scanner.sh download              Download SBOMs for all repos
  ./scanner.sh search <package>      Search package in downloaded SBOMs

➜ ./scanner.sh download
[+] Processing Cimihan123/sbom-dependency-scanner
[+] Processing Cimihan123/files

➜ ./scanner.sh search next
Searching for package: next

Repo: Cimihan123/decrypter-hub-app
  Package: next
  Version: 15.4.10

Repo: Cimihan123/files
  Package: next
  Version: 14.1.0

About

A small CLI tool that downloads SBOMs from GitHub and lets you search which repositories use a specific package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages