Skip to content

add socket tier 1 reachability analysis#1952

Open
kanwalpreetd wants to merge 2 commits into
stellar:developfrom
kanwalpreetd:develop
Open

add socket tier 1 reachability analysis#1952
kanwalpreetd wants to merge 2 commits into
stellar:developfrom
kanwalpreetd:develop

Conversation

@kanwalpreetd

Copy link
Copy Markdown
Contributor

Copilot AI review requested due to automatic review settings June 12, 2026 14:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a scheduled GitHub Actions workflow to run Socket’s reachability (Tier 1) analysis against the repository, with a “yellow but not failing” signal when Socket falls back to Tier 2 reachability so maintainers can track reduced-precision results without breaking CI.

Changes:

  • Introduces a new socket-scan workflow triggered weekly and via workflow_dispatch.
  • Sets up Rust/Java/Node toolchains and installs the Socket CLI to run socket scan create --reach.
  • Parses scan output to emit a GitHub Actions ::warning:: when Tier 2 fallback is detected while still exiting with the scan’s actual status code.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +36 to +38
# Force JS-based GitHub actions (actions/checkout, actions/setup-*, etc.) to
# use Node 24 instead of the soon-to-be-deprecated Node 20. Safe to remove
# after 2026-06-16 (when Node 24 becomes the default and this becomes a no-op).
Comment on lines +59 to +60
- name: Install Socket CLI
run: npm install -g socket
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