Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 770 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 770 Bytes

integrity-v2

The monorepo for Starling Lab's new integrity pipeline.

Compilation

All software is written in Go, and uses just for building. Only running on Linux is supported. Go versions older than 1.22 are not supported.

Run just or just standalone to build a standalone busybox-style binary that contains all the tools. Run just build <toolname> to build a specific tool, for example just build dummy. All binaries are stored inside the build directory.

Setup

See the docs for setup instructions.

Contributing

See main.go and dummy/ for an example of how to add a CLI tool.

License

This project is available under the MIT license. See LICENSE for details.