We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96d5c2 commit 7204632Copy full SHA for 7204632
1 file changed
.github/workflows/build.yml
@@ -9,6 +9,9 @@ on:
9
jobs:
10
build:
11
runs-on: macos-latest
12
+ permissions:
13
+ contents: read
14
+ pull-requests: write
15
16
steps:
17
- name: Checkout
@@ -25,24 +28,8 @@ jobs:
25
28
npm run build
26
29
npx vitest --watch=false
27
30
- scan:
- runs-on: ubuntu-latest
- steps:
31
- - name: Checkout
32
- uses: actions/checkout@v4
33
-
34
- - name: Setup Node.js environment
35
- uses: actions/setup-node@v4
36
- with:
37
- node-version: '20'
38
39
- - name: Install dependencies
40
- run: npm ci
41
42
- - name: Build
43
- run: npm run build
44
45
- name: MCP Shield scan
46
uses: thuggeelya/mcp-shield-action@v1
47
with:
48
server: 'node build/index.js'
+ sarif: 'false'
0 commit comments