Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Add component governance (#4315)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Dec 6, 2018
1 parent af4ec4b commit c026f37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azure-pipelines/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ jobs:
workingDirectory: '$(source.path)'
displayName: 'npm audit'

- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
# ComponentGovernance is currently unable to run on pull requests of public projects. Running on non-PR
# builds should be sufficient.
condition: and(succeededOrFailed(), ne(variables['Build.Reason'], 'PullRequest'))
displayName: 'Component Detection'

- template: client.test.yml
parameters:
name: Linux
Expand Down

0 comments on commit c026f37

Please sign in to comment.