Add the Socket Basics scanner infrastructure - #1
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
sgrammargs
force-pushed
the
add-sast-scanner-infrastructure
branch
2 times, most recently
from
August 27, 2026 20:43
c5609e8 to
99966a2
Compare
Extracts the Socket Basics (SAST) reusable workflow and local scan script out of shared-actions into a public repo, since a public repo cannot call a reusable workflow that lives in a private one. Suppression policy is deliberately not here: it lives in the private ynab-sast-scanner-suppressions repo and is fetched at scan time with a short-lived GitHub App token, so this repo only ever publishes the scanning mechanism. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Another history rewrite orphaned the prior pin. Same fix as last time: point it at the current tip so ynab/test-actions can still resolve the action. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
sgrammargs
force-pushed
the
add-sast-scanner-infrastructure
branch
from
August 31, 2026 18:53
db6c4dc to
4c51d20
Compare
sgrammargs
marked this pull request as ready for review
August 31, 2026 19:42
grantcox
approved these changes
Aug 31, 2026
grantcox
left a comment
There was a problem hiding this comment.
This all looks good to me 👍 A couple questions but they're not blockers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sets up this repo as the public home for YNAB's SAST scanning.
What's here
.github/workflows/socket-basics.yml.github/actions/merge-socket-config/scripts/dev/socket-basics.pyVerified
See ynab/ynab-sdk-python#60.
🤖 Generated with Claude Code