/fda-readable-sbom

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

Primary LanguagePython

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