Skip to content

Commit f742eab

Browse files
authored
Update security-review.yml.example for Ethereum reviewer
Updated the code reviewer action to use the Ethereum Security Reviewer from the protocol-security repository and modified the action name.
1 parent 47dd67c commit f742eab

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

security-review.yml.example

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Code Reviewer
1+
name: Ethereum Code Reviewer
22

33
on:
44
pull_request:
@@ -9,15 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- name: Code Reviewer
13-
uses: ethereum-code-reviewer@v1
12+
- name: Ethereum Security Reviewer
13+
uses: protocol-security/ethereum-code-reviewer@v0.1.0
1414
with:
1515
github-token: ${{ secrets.GITHUB_TOKEN }}
16-
llm-provider: 'anthropic' # or any other supported LLM
16+
llm-provider: 'anthropic'
1717
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }} # for Anthropic (Claude)
18-
# openai-api-key: ${{ secrets.OPENAI_API_KEY }} # for OpenAI (GPT)
19-
# Optional: specify model version
20-
# claude-model: 'claude-sonnet-4-20250514' # for Anthropic
21-
# gpt-model: 'gpt-4.1' # for OpenAI
22-
# Optional: provide vulnerability documentation
23-
# docs-dir: './docs'

0 commit comments

Comments
 (0)