Skip to content

add socket tier 1 reachability analysis - #104

Merged
fnando merged 4 commits into
stellar:mainfrom
kanwalpreetd:main
Aug 29, 2026
Merged

add socket tier 1 reachability analysis#104
fnando merged 4 commits into
stellar:mainfrom
kanwalpreetd:main

Conversation

@kanwalpreetd

Copy link
Copy Markdown
Contributor

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

Copilot AI left a comment

Copy link
Copy Markdown

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” (Tier 1) scan for this Rust/Cargo repository, with a “yellow” warning state when Socket falls back to Tier 2 reachability.

Changes:

  • Introduces a new scheduled + manually-triggerable workflow to run socket scan create --reach.
  • Sets up Rust and Node toolchains and installs the Socket CLI for the scan run.
  • Parses scan output to emit a GitHub Actions ::warning:: when Tier 2 fallback markers are detected.

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

Comment thread .github/workflows/socket-scan.yml
Comment thread .github/workflows/socket-scan.yml Outdated
Comment thread .github/workflows/socket-scan.yml Outdated
Comment thread .github/workflows/socket-scan.yml

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1761b31d52

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread .github/workflows/socket-scan.yml
Comment thread .github/workflows/socket-scan.yml
kanwalpreetd and others added 3 commits August 21, 2026 16:52
- Drop the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 env block: every action here
  already declares `using: node24`, and runners have defaulted to Node 24
  since 2026-06-16 (Node 20 is removed 2026-09-16)
- Remove the unused Corepack step; corepack only shims yarn/pnpm, and this
  repo uses neither
- Replace dtolnay/rust-toolchain with `rustup update`, matching this repo's
  other workflows and dropping a third-party action from a security workflow.
  This also fixes a real mismatch: the pinned 1.86.0 was below this repo's
  declared MSRV of 1.93.0

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings August 28, 2026 08:08

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Suppressed comments (1)

.github/workflows/socket-scan.yml:58

  • This describes the annotation as a yellow run-level state, but ::warning:: leaves a successful run green and only adds an annotation. Update the inline explanation so maintainers know where the fallback signal is actually visible.
          # succeeded but logged a Tier 2 fallback, emit a ::warning::
          # annotation that GitHub Actions renders as a yellow run-level
          # warning without failing the job.

Comment thread .github/workflows/socket-scan.yml
@fnando
fnando enabled auto-merge (squash) August 29, 2026 00:08
@fnando
fnando merged commit 56e671f into stellar:main Aug 29, 2026
9 checks passed
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