https://github.com/zcubbs/sbom-prototype
https://github.com/zcubbs/sbom-prototype
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zcubbs/sbom-prototype
- Owner: zcubbs
- License: mit
- Created: 2023-06-23T00:32:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T04:37:05.000Z (about 3 years ago)
- Last Synced: 2025-03-11T11:48:30.991Z (over 1 year ago)
- Language: Go
- Size: 442 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```