Open
Conversation
Deploying website with
|
| Latest commit: |
ce1b21b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://18be72e7.website-aun.pages.dev |
| Branch Preview URL: | https://add-claude-github-actions-17-1fsj.website-aun.pages.dev |
Replace generic Claude code review with dedicated security review action scoped to security-sensitive paths (API routes, middleware, store, utils, config files).
d1c92c1 to
c1aefde
Compare
Use correct input names, add Sonnet model, 10min timeout, directory exclusions, and required checkout step.
…ontrol Only scan when PR is marked ready for review (requires write access), cancel redundant runs on the same PR.
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.
Summary
Add an automated security scan that runs on every PR touching security-sensitive files, using Anthropic's dedicated
claude-code-security-reviewaction.What it does
Cost & abuse controls
ready_for_reviewonly — requires write access to trigger, preventing external spamsrc/pages/api/,src/middleware/,src/store/,src/utils/,public/_headers,wrangler.toml,*.config.*)node_modules,dist,.astroSetup required
Add
ANTHROPIC_API_KEYto repo secrets (Settings → Secrets → Actions) if not already set.Note
PRs opened directly as non-draft won't trigger this scan (only
ready_for_reviewfires it). Contributors should open as draft first, then mark ready for review.