Skip to content

Commit

Permalink
427058: npm audit exclude dev dependencies (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshkaremane authored Aug 13, 2024
1 parent 2743d19 commit 585c6d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.26
1.1.0
2 changes: 1 addition & 1 deletion templates/steps/nodejs-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ steps:
inputs:
command: custom
verbose: false
customCommand: 'audit -audit-level=${{ parameters.failOnThreshold }} '
customCommand: 'audit -audit-level=${{ parameters.failOnThreshold }} --omit=dev'
continueOnError: ${{ ne(variables['Build.Reason'], 'PullRequest') }}

- task: Npm@1
Expand Down

0 comments on commit 585c6d5

Please sign in to comment.