Harden DCO identity checks and contribution provenance - #145
Merged
Conversation
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
This was referenced Jul 30, 2026
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.
Scope
Harden the repository-owned DCO and contribution-provenance controls for Issue #87.
What changed
[bot]author-name/email exception with an exact trusted bot allowlist;Signed-off-bytrailer to the commit author or committer identity;Verify commit sign-offsjob;mainbranch protection requirements, prohibited standing bypasses and evidence requirements;Repository-setting boundary
The repository integration used for this implementation can modify repository files, workflows, Issues and pull requests, but it does not expose branch-protection or repository-ruleset mutation/read actions. This PR therefore does not claim that GitHub settings have already been changed. After the code merges, #87 remains open until the
mainruleset is applied and verified through GitHub administration settings.Provenance and licensing
Signed-off-bytrailer under DCO.md.Third-party material
None. The implementation uses standard Bash, Git and jq behavior already available on GitHub-hosted Ubuntu runners.
Employer/client authorization
Not applicable. Repository owner KeyffMS directed the implementation.
AI assistance
OpenAI ChatGPT assisted with drafting the workflow, scripts and documentation. The change is constrained to repository governance, and the executable policy is validated by dedicated fixtures and GitHub Actions.
Exceptions or private permissions
None. The production bot allowlist is empty.
Validation
Addresses #87.