Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,6 @@ Go 1.26 or newer is required:

The validation scripts check formatting, repeated unit tests, race safety, vet, module integrity, the public-tree policy, deterministic builds, binary content, and audit-CLI behavior. The container build repeats the complete Go test suite before producing the static Linux binary.

No CI/CD configuration is included.
The repository-integrity workflow runs for pull requests, `main` pushes, and
manual dispatch. It validates repository policy but does not publish or deploy
runtime artifacts.