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

https://github.com/bechbd/sbom-neptune


https://github.com/bechbd/sbom-neptune

Last synced: about 1 year ago
JSON representation

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`