We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0a907 commit feb076fCopy full SHA for feb076f
.github/workflows/semgrep.yml
@@ -0,0 +1,17 @@
1
+name: Semgrep
2
+
3
+on:
4
+ pull_request:
5
+ branches: [main]
6
7
+permissions:
8
+ contents: read
9
+ pull-requests: write
10
11
+jobs:
12
+ scan:
13
+ uses: kernel/security-workflows/.github/workflows/semgrep.yml@main
14
+ with:
15
+ extra-configs: '--config p/javascript --config p/typescript'
16
+ codebase-description: 'Hosted MCP server handling authenticated tool execution and browser session data'
17
+ secrets: inherit
.semgrepignore
@@ -0,0 +1,8 @@
+node_modules/
+dist/
+.next/
+out/
+bun.lock
+package-lock.json
+**/*.test.ts
+**/*.spec.ts
0 commit comments