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
- Host: GitHub
- URL: https://github.com/axodotdev/harbor
- Owner: axodotdev
- Created: 2022-10-04T16:19:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T11:03:52.000Z (over 3 years ago)
- Last Synced: 2025-12-13T09:53:08.006Z (8 months ago)
- Topics: cargo, rust, supply-chain
- Language: JavaScript
- Homepage: https://harbor.axo.dev
- Size: 754 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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=
```