feat(action): trust-check/verify-signatures - Verify commit signatures
@aRustyDev đang làm issue này rồi.
Từ ngày 27/1/2026.
Đánh giá
Issue này chưa được đánh giá.
Mô tả
Parent Epic
Part of #22 (Atomic Release Pipeline Actions)
Priority
P2 - Trust validation for secure release pipelines
Description
Create a composite action that verifies commit signatures in a range.
Inputs
| Input | Required | Default | Description |
|---|---|---|---|
commit-range |
No | HEAD~1..HEAD |
Commit range to verify |
require-all |
No | true |
Require all commits to be signed |
allowed-keys |
No | - | Allowed GPG key IDs (comma-separated) |
verify-github |
No | true |
Accept GitHub's web-flow signature |
Outputs
| Output | Description |
|---|---|
all-signed |
"true" if all commits are signed |
signed-count |
Number of signed commits |
unsigned-count |
Number of unsigned commits |
unsigned-commits |
Comma-separated list of unsigned commit SHAs |
Usage Example
- uses: arustydev/gha/actions/trust-check/verify-signatures@v1
id: signatures
with:
commit-range: "origin/main..HEAD"
require-all: true
- if: steps.signatures.outputs.all-signed != 'true'
run: |
echo "Unsigned commits: ${{ steps.signatures.outputs.unsigned-commits }}"
exit 1
Implementation Notes
- Uses
git verify-commitfor verification - Handles GitHub's web-flow GPG key
- Supports allowlist of specific GPG keys
- Reports detailed results per commit
Source Reference
helm-charts/.github/workflows/auto-merge-integration.yaml:
- Signature verification logic for trusted merges
- Ngôn ngữ chính
- Shell
- Star
- 0
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của aRustyDev/gh
-
dependencies github-actions
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 10/100
-
dependencies github-actions
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 15/100
-
dependencies github-actions
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 50/100
-
dependencies github-actions
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 20/100
-
dependencies github-actions
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 10/100
Issue tương tự
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 70/100
huggingface/Repo2RLEnv#163 · 1 bình luận ·
-
setup tools wizard offers no GitHub auth path, and setup summary doesn't recognize `gh` CLI auth Đang mởarea/auth comp/cli P3 tool/skills type/bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
NousResearch/hermes-agent#121131 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
-
bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
bradcypert/plum#53 ·
-
tmp_watchgod.sh exceeds the 1000-line cap; the Zone A guard helpers are a clean extraction seam Đang mở
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 70/100
WingedGuardian/GENesis-AGI#2301 ·