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

https://github.com/axodotdev/harbor

🦭 supply chain security GitHub integration for Rust, via cargo-vet
https://github.com/axodotdev/harbor

cargo rust supply-chain

Last synced: 4 months ago
JSON representation

🦭 supply chain security GitHub integration for Rust, via cargo-vet

Awesome Lists containing this project

README

          

# Harbor

## rust supply chain security github integration, via cargo-vet

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install
```

## Development Server

Start the development server on http://localhost:3000

```bash
yarn dev
```

## Environment Variables

```
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
REDIS_LINK=
REDIS_PASSWORD=
```