Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

chainguard-dev/yoloc

Repository files navigation

YOLO Level

yoloc

YOLO-level verifier

Usage

Requirements

  • go v1.18
  • Some checks require a GitHub API token. To make your GitHub token accessible to the program, create an environment variable named GITHUB_TOKEN and set it equal to your personal GitHub API token. For instance, export GITHUB_TOKEN='long_token_string_here. See this GitHub documentation for help creating an API token.

Installation

go install chainguard.dev/yoloc@latest

Running the webserver locally

GITHUB_TOKEN=ghp_nnrr3lmzqzy3rrr9rzunrp6rmzr99n3zs9zr go run .