File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed
eng/common/core-templates Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ parameters:
3434 # container and pool.
3535 platform : {}
3636
37+ # Optional list of directories to ignore for component governance scans.
38+ componentGovernanceIgnoreDirectories : []
39+
3740 is1ESPipeline : ' '
3841
3942 # If set to true and running on a non-public project,
9497 parameters :
9598 is1ESPipeline : ${{ parameters.is1ESPipeline }}
9699 platform : ${{ parameters.platform }}
100+ componentGovernanceIgnoreDirectories : ${{ parameters.componentGovernanceIgnoreDirectories }}
Original file line number Diff line number Diff line change 4141
4242 - template : /eng/common/core-templates/steps/source-index-stage1-publish.yml
4343 parameters :
44- binLogPath : ${{ parameters.binLogPath }}
44+ binLogPath : ${{ parameters.binLogPath }}
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ parameters:
1515 # one job runs on 'defaultManagedPlatform'.
1616 platforms : []
1717
18+ # Optional list of directories to ignore for component governance scans.
19+ componentGovernanceIgnoreDirectories : []
20+
1821 is1ESPipeline : ' '
1922
2023 # If set to true and running on a non-public project,
3134 is1ESPipeline : ${{ parameters.is1ESPipeline }}
3235 jobNamePrefix : ${{ parameters.jobNamePrefix }}
3336 platform : ${{ platform }}
37+ componentGovernanceIgnoreDirectories : ${{ parameters.componentGovernanceIgnoreDirectories }}
3438 enableInternalSources : ${{ parameters.enableInternalSources }}
3539
3640- ${{ if eq(length(parameters.platforms), 0) }} :
3943 is1ESPipeline : ${{ parameters.is1ESPipeline }}
4044 jobNamePrefix : ${{ parameters.jobNamePrefix }}
4145 platform : ${{ parameters.defaultManagedPlatform }}
46+ componentGovernanceIgnoreDirectories : ${{ parameters.componentGovernanceIgnoreDirectories }}
4247 enableInternalSources : ${{ parameters.enableInternalSources }}
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ parameters:
1111 # for details. The entire object is described in the 'job' template for simplicity, even though
1212 # the usage of the properties on this object is split between the 'job' and 'steps' templates.
1313 platform : {}
14+
15+ # Optional list of directories to ignore for component governance scans.
16+ componentGovernanceIgnoreDirectories : []
17+
1418 is1ESPipeline : false
1519
1620steps :
You can’t perform that action at this time.
0 commit comments