An open API service indexing awesome lists of open source software.

https://github.com/innolitics/fda-readable-sbom

A python script that translates machine-readable SBOMs into a format suitable for FDA submissions.
https://github.com/innolitics/fda-readable-sbom

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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