Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianqi Zhang <TianqiZhang@users.noreply.github.com>2021-08-27 05:48:43 +0300
committerGitHub <noreply@github.com>2021-08-27 05:48:43 +0300
commit71e3f1652386d190dca14156d57c0eee8f63fd33 (patch)
tree244b6ce008b1bbae124125c302f83e976d6149e0
parenta35e2270568dc51c58001923a479da3d52f9154e (diff)
parentdc240a196ee23f99cc831e6276615b906ab3b52d (diff)
Merge pull request #572 Add Component Governance task in build
add cg task
-rw-r--r--azure-pipelines.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index aa21e266..930cc07b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -78,6 +78,12 @@ stages:
BinSkim: true
ToolLogsNotFoundAction: 'Standard'
+ - task: ComponentGovernanceComponentDetection@0
+ inputs:
+ scanType: 'Register'
+ verbosity: 'Verbose'
+ alertWarningLevel: 'High'
+
- stage: Build
dependsOn: SDLCheck
jobs: