KvantumCI Release
New rule sets for GitHub Actions and Argo CD. A build determinism check that catches non-reproducible installs—plus bulk repository import and analytics for every repository.
Introducing Update 1.4
Reproducibility is a security property, not just a build setting. Convergence expands verification with dedicated rule sets for GitHub Actions and Argo CD, brings your whole estate in with bulk import, and adds analytics for every repository—then closes the loop with a new rule that catches non-deterministic build commands before they reach production.
What’s in the release
Everything that ships in v1.4.0—follow the rail through each chapter below.
01Onboarding
Stop adding repositories one at a time. Bring in your whole estate from a JSON or CSV file, or connect a named integration, then narrow the list down to exactly what you want before you commit.
02CI verification
GitHub Actions is where most teams run CI—and where misconfigurations hide. Convergence adds a dedicated rule set for workflow verification scanning and security checks across your pipelines.
03GitOps
GitOps delivery needs the same continuous verification as application code. Convergence adds a dedicated rule set for Argo CD that validates GitOps best practices and security posture across your deployment pipelines.
04Visibility
See what's happening, repo by repo, run by run. Repository-scoped analytics break results down per repository, and a new scan progression indicator shows exactly where a verification run stands.
FinaleReproducibility
A build that resolves different dependency versions on every run can't be trusted or reproduced. Convergence adds a new rule engine check that flags non-deterministic install commands and confirms a deterministic, lockfile-respecting command is used instead—alongside new rule sets for GitHub Actions and Argo CD, so CI and GitOps pipelines are verified end to end.
npm install
Dependency versions can drift between runs.
npm ci
Installs exactly what's pinned in the lockfile.
Convergence is live in v1.4.0. Verify GitHub Actions, Argo CD, and reproducible builds on your next run.
New rule sets for GitHub Actions and Argo CD, build determinism checks, and bulk import—on your next run. No credit card required.
Patch notes · v1.4.0
Everything that shipped in the Convergence release.
npm install) and confirms a deterministic alternative (e.g. npm ci) is used instead.