Skip to content

Commit eee2053

Browse files
committed
MLE-25617 Bumping audit level check to moderate
The build has been failing because of low-level vulnerabilities due to jsdiff, which is a test-only dependency of mocha. There's no patch for jsdiff yet, so bumping the audit check to moderate level vulnerabilities for now.
1 parent f87e8db commit eee2053

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def runAuditReport() {
5555
cd node-client-api
5656
npm ci
5757
rm -rf $WORKSPACE/npm-audit-report.json || true
58-
npm audit --audit-level=low --json > $WORKSPACE/npm-audit-report.json
58+
npm audit --audit-level=moderate --json > $WORKSPACE/npm-audit-report.json
5959
'''
6060
}
6161

package-lock.json

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

0 commit comments

Comments
 (0)