API for tracking vulnerability occurrence frequencies.
- Initialize Git hooks
make init
2. Install GoThis step depends on your operating system.
For Fedora:
sudo dnf install golangVerify the installation:
go versionConfigure 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 ~/.bashrcInstall Air for automatic application reloading during development:
go install github.com/air-verse/air@latest- Run the service
make replicator-service