Skip to content

Route CI gem installs through Socket Firewall registry#33

Merged
DecIntercom merged 1 commit into
masterfrom
socket-firewall-coverage
Jun 10, 2026
Merged

Route CI gem installs through Socket Firewall registry#33
DecIntercom merged 1 commit into
masterfrom
socket-firewall-coverage

Conversation

@DecIntercom

Copy link
Copy Markdown
Contributor

Why?

Part of a CI supply-chain hardening effort: dependency installs should be scanned by Socket Firewall before they're fetched. This repo's CI installed gems directly from rubygems.org with no such scanning.

How?

Mirrors rubygems.org through the Socket Firewall registry before bundle install, with the registry token injected at runtime via the socket-firewall CircleCI context — no credential committed — plus a verify step that fails the build if the mirror isn't active.

Generated with Claude Code

Mirrors rubygems.org through the Socket Firewall registry so CI gem installs
are scanned for supply-chain risk before fetch. Auth is injected at runtime
via the socket-firewall CircleCI context — no credential committed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@DecIntercom DecIntercom enabled auto-merge (squash) June 10, 2026 13:32
@DecIntercom DecIntercom merged commit 4891572 into master Jun 10, 2026
4 checks passed
@DecIntercom DecIntercom deleted the socket-firewall-coverage branch June 10, 2026 13:44
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.

3 participants