This document describes the process for building and running bomctl
.
Clone bomctl
repository
git clone https://github.com/bomctl/bomctl.git
cd bomctl
Build using the Makefile
make build
Lint using golangci-lint
make lint
... and/or ...
make lint-fix