Install¶
The image expects the repository mounted at /repo. Tags follow releases: X.Y.Z, X.Y,
X, latest; edge tracks main.
Requires Python 3.11 or newer and git on the PATH for local mode.
Plugins¶
Vendor-specific verifiers and checks are separate packages. In CI, pass them to the action's
plugins input; locally, pip install them next to mergeproof.
- uses: Aryamanz29/mergeproof@v1
with:
plugins: "git+https://github.com/Aryamanz29/mergeproof@v1#subdirectory=examples/plugins/mergeproof-braintrust"
See Plugins.