Skip to content

uom-cs-projects/draco

 
 

Repository files navigation

Draco BE

Build Status FOSSA Status

A vulnerability management system for open source projects;

This is the back-end necessary to run the Draco dashboard.

Snyk Token

For the Snyk integration you will need to fetch an API token. In order to add it to the project, take the following steps:

  1. Get an API Token for your organisation from snyk.io
  2. Create a .env file at the root of the project
  3. Paste in the SNYK_TOKEN as such: SNYK_TOKEN=<SNYK_TOKEN here>

Building it

To build this project just run

make build

Running it

To run this project directly

make run

Docker

To build the Docker container, just run

docker build -t calini/draco:dev .

License

FOSSA Status

Releases

No releases published

Packages

No packages published

Languages

  • Go 55.5%
  • Smarty 21.6%
  • Shell 11.8%
  • Dockerfile 6.1%
  • Makefile 5.0%