Replace CLA with DCO, use pre-built cargo-audit#2
Merged
shiftcontrol-dan merged 2 commits intomainfrom Mar 15, 2026
Merged
Conversation
cargo install cargo-audit compiled 401 crates from source on every CI run (~2 minutes). Switch to taiki-e/install-action which downloads a pre-built binary (~3 seconds). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done |
|
✅ I finished the code review, and didn't find any security or code quality issues. |
- Replace contributor-assistant CLA (required tokens, branches, external service) with DCO check (zero infrastructure, standard in Rust/CNCF ecosystem). Contributors add `Signed-off-by` via `git commit -s`. - Remove CLA.md, cla.yml, cla-signatures branch - Add dco.yml using githubtools/dco-action - Update CONTRIBUTING.md with DCO sign-off instructions - Use pre-built cargo-audit binary via taiki-e/install-action (was compiling 401 crates from source every CI run) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Dan Gericke <dan@shiftcontrol.io>
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.
Summary
githubtools/dco-actionwhich just checks forSigned-off-by:line in commits. Zero infrastructure, standard practice (Linux kernel, CNCF, Docker, Kubernetes).cargo install cargo-auditcompiled 401 crates from source (~2 min per run). Now usestaiki-e/install-actionfor pre-built binary (~3 sec).CLA.md,.github/workflows/cla.yml,cla-signaturesbranchCONTRIBUTING.mdwith DCO sign-off instructionsTest plan
Signed-off-byline)🤖 Generated with Claude Code