Skip to content

A python script that translates machine-readable SBOMs into a format suitable for FDA submissions.

Notifications You must be signed in to change notification settings

innolitics/fda-readable-sbom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fda-readable-sbom

A python script that translates machine-readable SBOMs into a format suitable for FDA submissions.

gen_sbom.py

This script merges SBOMs generated from Github's Dependabot tool and outputs it as a human readable excel file.

Usage

usage: gen_sbom.py [-h] client_name input_directory output_file

positional arguments:
  input_directory  Github SBOM json files directory.
  output_file      Output combined SBOM excel file path.

optional arguments:
  -h, --help       show this help message and exit

About

A python script that translates machine-readable SBOMs into a format suitable for FDA submissions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages