starlinglab / integrity-v2

Monorepo for the next iteration of Starling Lab's integrity pipeline.
MIT License
0 stars 3 forks source link

integrity-v2

The monorepo for Starling Lab's new integrity pipeline.

⚠️ STILL IN DEVELOPMENT ⚠️

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.

Running

Please see example_config.toml for an example config file to use. The default path for this config is /etc/integrity-v2/config.toml, but it can live anywhere.

Environment variables, for configuration outside of the config file:

Further instructions on running the software will be added in the future.

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.