feat(verify): add verify_commits.sh, allowed_signers and reusable verify.yml 🔑 - #1
Merged
Conversation
glokos
commented
Jul 31, 2026
Contributor
- verify_commits.sh enforces ssh signatures from enrolled hardware-backed sk- keys on every human commit
- allowed_signers is the canonical enrollment registry
- verify.yml self-checks-out via job.workflow_repository at job.workflow_sha, pinning script and allowlist to the caller's ref
- self-verify.yml runs the check on this repo's own prs
- codeowners requires devops review on every change
…ify.yml 🔑 - verify_commits.sh enforces ssh signatures from enrolled hardware-backed sk- keys on every human commit - allowed_signers is the canonical enrollment registry - verify.yml self-checks-out via job.workflow_repository at job.workflow_sha, pinning script and allowlist to the caller's ref - self-verify.yml runs the check on this repo's own prs - codeowners requires devops review on every change
- zizmor-action v0.6.1 pinned by sha, zizmor 1.28.0 docker image pinned by digest - annotations mode with sticky pr comment carrying the full findings table - baseline scan is clean
DEV-120 Move commit-signature verification into a dedicated commit-signing repo
Host the commit-signature verification in its own dedicated public repo, not the generic reusable-workflows repo (DEV-183), per Anuj's recommendation (Slack thread linked). The repo is the canonical home of the Repo structure: Enforcement: roll out org-wide via GitHub's organization-wide required workflows feature, so repos consume one maintained implementation and cannot opt out. Related: DEV-155 (commit signing v2, source of the verify script), DEV-183 (generic reusable-workflows repo, deliberately kept separate), DEV-199 (bot key in |
- arm64 platform digest broke amd64 runners with exec format error - index digest lets docker resolve the host platform
🌈 zizmor✅ No findings in GitHub Actions workflows. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.