Title here
Summary here
The latest binary release can be downloaded from https://github.com/complytime/complyctl/releases/latest.
Verify the release signature:
cosign verify-blob \
--certificate complyctl_*_checksums.txt.pem \
--signature complyctl_*_checksums.txt.sig \
complyctl_*_checksums.txt \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com \
--certificate-identity=https://github.com/complytime/complyctl/.github/workflows/release.yml@refs/heads/maingit clone https://github.com/complytime/complyctl.git
cd complyctl
make buildBinaries are placed in bin/. Add it to your PATH:
export PATH="$PWD/bin:$PATH"make build-test-pluginProduces bin/complyctl-provider-test for use in E2E testing. See E2E_INTEGRATION.md.