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

https://github.com/zcubbs/sbom-prototype


https://github.com/zcubbs/sbom-prototype

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# SBOM Prototype

## Setup

> prerequisite: docker, go, taskfile

```
task bootstrap
task pb
task tls
```

## Generate migrate files

```
cd
migrate create -ext sql -dir storage/migrations -seq
```