Skip to content

Repository files navigation

trustpkg-api

API for tracking vulnerability occurrence frequencies.

How to start

  1. Initialize Git hooks
make init
2. Install Go

This step depends on your operating system.

For Fedora:

sudo dnf install golang

Verify the installation:

go version

Configure Go tools

If you use Bash, add the following to ~/.bashrc:

export GOPATH="$HOME/go"
export GOBIN="$GOPATH/bin"
export PATH="$PATH:$GOBIN"

Then reload your shell configuration:

source ~/.bashrc

Install Air for automatic application reloading during development:

go install github.com/air-verse/air@latest
  1. Run the service
make replicator-service

About

Trustpkg is a Backend/API application for checking package trust and security data.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages