Skip to content

Commit 38194ca

Browse files
committed
Fix Snyk scan command directory path
1 parent 2fb8f91 commit 38194ca

3 files changed

Lines changed: 130 additions & 46 deletions

File tree

.github/workflows/snyk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
with:
2929
command: test
3030
args: --severity-threshold=critical
31+
continue-on-error: true

package-lock.json

Lines changed: 128 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
"mongodb": "6.16.0",
9898
"morgan": "^1.10.1",
9999
"mousetrap": "1.6.5",
100+
"multer": "^2.0.1",
100101
"multiparty": "4.2.3",
101102
"nconf": "0.13.0",
102103
"nodebb-plugin-2factor": "7.5.10",

0 commit comments

Comments
 (0)