Skip to content

feat: add binary verification script and documentation#635

Merged
gilescope merged 3 commits into
mainfrom
feat/SRE-1798-verify-signed-binaries
Feb 17, 2026
Merged

feat: add binary verification script and documentation#635
gilescope merged 3 commits into
mainfrom
feat/SRE-1798-verify-signed-binaries

Conversation

@tgunnoe

@tgunnoe tgunnoe commented Feb 9, 2026

Copy link
Copy Markdown
Contributor

Add tooling for SPOs and operators to verify signed binary releases:

  • scripts/verify-binary.sh: Wrapper script for cosign verify-blob
  • docs/security/binary-verification.md: Documentation with prerequisites, examples, manual verification commands, and troubleshooting
  • Update release checklist with binary verification step

Overview

🗹 TODO before merging

  • Ready

📌 Submission Checklist

  • Changes are backward-compatible (or flagged if breaking)
  • Pull request description explains why the change is needed
  • Self-reviewed the diff
  • I have included a change file, or skipped for this reason:
  • If the changes introduce a new feature, I have bumped the node minor version
  • Update documentation (if relevant)
  • Updated AGENTS.md if build commands, architecture, or workflows changed
  • No new todos introduced

🧪 Testing Evidence

Please describe any additional testing aside from CI:

  • Additional tests are provided (if possible)

🔱 Fork Strategy

  • Node Runtime Update
  • Node Client Update
  • Other:
  • N/A

Links

@tgunnoe tgunnoe requested a review from a team as a code owner February 9, 2026 16:03
@github-actions

github-actions Bot commented Feb 9, 2026

Copy link
Copy Markdown
Contributor

kics-logo

KICS version: v2.1.16

Category Results
CRITICAL CRITICAL 0
HIGH HIGH 0
MEDIUM MEDIUM 96
LOW LOW 12
INFO INFO 83
TRACE TRACE 0
TOTAL TOTAL 191
Metric Values
Files scanned placeholder 31
Files parsed placeholder 31
Files failed to scan placeholder 0
Total executed queries placeholder 73
Queries failed to execute placeholder 0
Execution time placeholder 9

@gilescope

Copy link
Copy Markdown
Contributor

Doesn't this overlap with #645 ?

@tgunnoe tgunnoe force-pushed the feat/SRE-1798-verify-signed-binaries branch from 3e50359 to 30a3e33 Compare February 11, 2026 14:40
@tgunnoe

tgunnoe commented Feb 11, 2026

Copy link
Copy Markdown
Contributor Author

Doesn't this overlap with #645 ?

I don't think so, that line of work was for OCI image signing and verification. this one is for the binaries extracted from them and released as tarballs

@tgunnoe

tgunnoe commented Feb 11, 2026

Copy link
Copy Markdown
Contributor Author

this is a followup to #577
https://shielded.atlassian.net/browse/SRE-1798

@tgunnoe tgunnoe force-pushed the feat/SRE-1798-verify-signed-binaries branch from 9c344cb to d1f5274 Compare February 13, 2026 21:42
Add tooling for SPOs and operators to verify signed binary releases:
- scripts/verify-binary.sh: Wrapper script for cosign verify-blob
- docs/security/binary-verification.md: Documentation with prerequisites,
  examples, manual verification commands, and troubleshooting
- Update release checklist with binary verification step
@tgunnoe tgunnoe force-pushed the feat/SRE-1798-verify-signed-binaries branch from c284cda to ec93948 Compare February 17, 2026 13:58
@gilescope gilescope added this pull request to the merge queue Feb 17, 2026
Merged via the queue into main with commit 2f2daaa Feb 17, 2026
38 checks passed
@gilescope gilescope deleted the feat/SRE-1798-verify-signed-binaries branch February 17, 2026 17:11
m2ux added a commit that referenced this pull request Apr 23, 2026
#635)

Signed-off-by: Mike Clay <mike.clay@shielded.io>
m2ux added a commit that referenced this pull request Apr 23, 2026
#635)

Signed-off-by: Mike Clay <mike.clay@shielded.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants