Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
feat(azure-pipelines): adjust audit level
Browse files Browse the repository at this point in the history
  • Loading branch information
julie-ng committed Apr 10, 2020
1 parent 66e3768 commit 2576a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ stages:
pool:
vmImage: 'ubuntu-latest'
steps:
- script: npm audit
- script: npm audit --audit-level=moderate
displayName: Audit (Dev)
continueOnError: true
- script: npm audit --production --audit-level=high
Expand Down

0 comments on commit 2576a3f

Please sign in to comment.