File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
eng/common/core-templates Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ parameters:
34
34
# container and pool.
35
35
platform : {}
36
36
37
+ # Optional list of directories to ignore for component governance scans.
38
+ componentGovernanceIgnoreDirectories : []
39
+
37
40
is1ESPipeline : ' '
38
41
39
42
# If set to true and running on a non-public project,
94
97
parameters :
95
98
is1ESPipeline : ${{ parameters.is1ESPipeline }}
96
99
platform : ${{ parameters.platform }}
100
+ componentGovernanceIgnoreDirectories : ${{ parameters.componentGovernanceIgnoreDirectories }}
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ parameters:
15
15
# one job runs on 'defaultManagedPlatform'.
16
16
platforms : []
17
17
18
+ # Optional list of directories to ignore for component governance scans.
19
+ componentGovernanceIgnoreDirectories : []
20
+
18
21
is1ESPipeline : ' '
19
22
20
23
# If set to true and running on a non-public project,
31
34
is1ESPipeline : ${{ parameters.is1ESPipeline }}
32
35
jobNamePrefix : ${{ parameters.jobNamePrefix }}
33
36
platform : ${{ platform }}
37
+ componentGovernanceIgnoreDirectories : ${{ parameters.componentGovernanceIgnoreDirectories }}
34
38
enableInternalSources : ${{ parameters.enableInternalSources }}
35
39
36
40
- ${{ if eq(length(parameters.platforms), 0) }} :
39
43
is1ESPipeline : ${{ parameters.is1ESPipeline }}
40
44
jobNamePrefix : ${{ parameters.jobNamePrefix }}
41
45
platform : ${{ parameters.defaultManagedPlatform }}
46
+ componentGovernanceIgnoreDirectories : ${{ parameters.componentGovernanceIgnoreDirectories }}
42
47
enableInternalSources : ${{ parameters.enableInternalSources }}
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ parameters:
11
11
# for details. The entire object is described in the 'job' template for simplicity, even though
12
12
# the usage of the properties on this object is split between the 'job' and 'steps' templates.
13
13
platform : {}
14
+
15
+ # Optional list of directories to ignore for component governance scans.
16
+ componentGovernanceIgnoreDirectories : []
17
+
14
18
is1ESPipeline : false
15
19
16
20
steps :
You can’t perform that action at this time.
0 commit comments