Skip to content

Commit c9e9e5b

Browse files
jt-ntimbwhite
authored andcommitted
Update audit level
Temporarily raise audit level to moderate to work around current minimist audit failures Can be reverted after grpc, rc, and tar dependecies have been updated to pull in updated versions of mkdirp and minimist Signed-off-by: James Taylor <jamest@uk.ibm.com>
1 parent dd51dfa commit c9e9e5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ stages:
192192
node common/scripts/install-run-rush.js start-verdaccio # script will check for the ci variable and use built images
193193
mkdir -p $(Build.SourcesDirectory)/audit && cd $(Build.SourcesDirectory)/audit && npm init -y
194194
npm install --registry http://localhost:4873 fabric-shim fabric-shim-crypto fabric-shim-api fabric-contract-api --save
195-
npm audit
195+
npm audit --audit-level=moderate
196196
displayName: 'Run npm audit'
197197
198198
# Build and publish API docs on every merge build

0 commit comments

Comments
 (0)