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.
- Host: GitHub
- URL: https://github.com/innolitics/fda-readable-sbom
- Owner: innolitics
- Created: 2023-10-12T15:29:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T03:05:27.000Z (over 1 year ago)
- Last Synced: 2025-03-11T04:20:01.537Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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