Skip to content

add socket tier 1 reachability analysis#1923

Open
kanwalpreetd wants to merge 1 commit into
stellar:mainfrom
kanwalpreetd:main
Open

add socket tier 1 reachability analysis#1923
kanwalpreetd wants to merge 1 commit into
stellar:mainfrom
kanwalpreetd:main

Conversation

@kanwalpreetd

Copy link
Copy Markdown
Contributor

Copilot AI review requested due to automatic review settings June 29, 2026 11:51

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 “full application reachability” scan against this Rust workspace, with a custom warning mechanism to surface Tier 2 reachability fallbacks without failing the job.

Changes:

  • Introduces a new scheduled + manual (workflow_dispatch) workflow to run socket scan create --reach.
  • Installs Rust + Node toolchains and the Socket CLI to support the scan.
  • Emits a GitHub Actions ::warning:: when scan logs indicate Tier 2 reachability fallback, while still exiting with the scan’s actual exit code.

Comment on lines +48 to +51
# 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).
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
Comment on lines +58 to +60
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
with:
toolchain: "1.86.0"
Comment on lines +67 to +68
- 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