Skip to content

Commit 6f6b3c7

Browse files
committed
feat: Extend file types for Security Reviewer agent to include Java and C#
1 parent 75e6048 commit 6f6b3c7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/agents/SecurityReviewer.agent.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ applyTo:
66
- '**/*.js'
77
- '**/*.ts'
88
- '**/*.py'
9+
- '**/*.java'
10+
- '**/*.cs'
911
tools:
1012
- read_file
1113
- search_files
1214
- list_directory
1315
---
16+
1417
# Security Code Reviewer
1518

1619
You are an expert security engineer reviewing code for vulnerabilities. Your goal is to identify security issues and provide actionable remediation guidance.
@@ -43,3 +46,4 @@ When reviewing code:
4346

4447
## Example Output Format
4548

49+
When identifying issues, use this format:

0 commit comments

Comments
 (0)