We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e1eaa commit d2235e9Copy full SHA for d2235e9
1 file changed
.github/workflows/snyk.yml
@@ -2,9 +2,9 @@ name: Snyk Vulnerability Scan
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [main]
6
pull_request:
7
8
9
jobs:
10
snyk:
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Node.js
17
uses: actions/setup-node@v4
18
with:
19
- node-version: '20'
+ node-version: "20"
20
21
- name: Install dependencies
22
run: npm install
@@ -26,4 +26,4 @@ jobs:
26
env:
27
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
28
29
- args: test --severity-threshold=high
+ args: --severity-threshold=high
0 commit comments