Skip to main content

Installation

The installation consists of two main components:

  • Minefield: The core engine that graphs and analyzes Software Bill of Materials (SBOM) data
  • Scorecard Downloader: A tool to fetch OpenSSF Scorecard data for GitHub repositories (optional)

Installing Minefield​

git clone git@github.com:bitbomdev/minefield.git
cd minefield
go build -o minefield main.go

Installing Scorecard Downloader (Optional)​

The Scorecard Downloader helps fetch security metrics data that can be ingested into Minefield. You can skip this step if you have your own data source.

git clone git@github.com:bitbomdev/scorecard-downloader.git
cd scorecard-downloader
go build

Share Your Thoughts

Have thoughts or comments about this documentation? Start a discussion on GitHub!

Create GitHub Issue