Skip to content

Harden release artifact trust - #2716

Merged
Widthdom merged 3 commits into
mainfrom
codex/fix-issue1674-1847-1677
May 30, 2026
Merged

Harden release artifact trust#2716
Widthdom merged 3 commits into
mainfrom
codex/fix-issue1674-1847-1677

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • Add GitHub build provenance attestations for release archives, SBOMs, checksum manifests, and checksum signatures.
  • Sign sha256sums.txt with a detached GPG signature and publish sha256sums.txt.asc.
  • Add CODEOWNERS coverage and contributor docs for release-critical paths.

Validation

  • dotnet run --project tools/CodeIndex.Changelog -- check
  • ruby -e "require 'yaml'; YAML.load_file('.github/workflows/release.yml'); puts 'release.yml YAML OK'"
  • dotnet build CodeIndex.sln -c Release -p:UseSharedCompilation=false
  • adversarial review: No blocking/actionable issues found.

Documentation and changelog

  • Updated USER_GUIDE.md with release artifact verification guidance.
  • Updated CONTRIBUTING.md with release-critical path guidance.
  • Added changelog.d/unreleased/1674.security.md.
  • Added changelog.d/unreleased/1847.security.md.
  • Added changelog.d/unreleased/1677.security.md.

Follow-up candidates

  • Configure RELEASE_GPG_PRIVATE_KEY and optional RELEASE_GPG_PASSPHRASE / RELEASE_GPG_KEY_ID secrets in the release-production environment before the next release.
  • Enable branch protection requiring CODEOWNERS review for main.

Fixes #1674
Fixes #1847
Fixes #1677

@Widthdom
Widthdom marked this pull request as ready for review May 30, 2026 11:54
@Widthdom
Widthdom merged commit e64b411 into main May 30, 2026
11 checks passed
@Widthdom
Widthdom deleted the codex/fix-issue1674-1847-1677 branch May 30, 2026 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant