https://github.com/bechbd/sbom-neptune
https://github.com/bechbd/sbom-neptune
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bechbd/sbom-neptune
- Owner: bechbd
- License: apache-2.0
- Created: 2024-01-02T18:02:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T20:30:17.000Z (over 2 years ago)
- Last Synced: 2024-02-02T21:32:21.265Z (over 2 years ago)
- Language: Python
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sbom-neptune
This is (will eventually be) a library that ingests CycloneDX and SPDX files and ingests them into an Existing Neptune Analytics Graph.
## Prerequisties
- Python 3
- A Neptune Analytics Graph
- A pre-release version of the Boto3 Model File
## Installing
From the base directory you first need to install the python requirements
```
pip install -r requirements.txt
```
Next you need to add one or more CycloneDX JSON file(s) into the `/examples/CycloneDX` directory or SPDX files to the `/examples/SPDX` directory
In the `main.py` change this line to be your graph id and region
```
writer = NeptuneAnalyticsSBOMWriter("", "")
```
Run the python file: `python3 main.py`