forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcg-pipeline.yaml
39 lines (34 loc) · 995 Bytes
/
cg-pipeline.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Component Governance pipeline.
# This pipeline is configured to run on weekly basis.
# Uses Tools\cgmanifest.json
trigger: none
pr: none
variables:
runCodesignValidationInjection: ${{ false }}
resources:
repositories:
- repository: 1ESPipelineTemplates
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
pool:
name: Azure-Pipelines-1ESPT-ExDShared
image: windows-2022
os: windows
customBuildTags:
# This is added by 1ES migration tool and it is okay to remove in the future.
- ES365AIMigrationTooling
stages:
- stage: Component_Governance
jobs:
- job: Job
steps:
- task: ComponentGovernanceComponentDetection@0
displayName: Component Governance
inputs:
scanType: 'Register'
verbosity: 'Verbose'
alertWarningLevel: 'High'