Skip to content

Commit 0d0f8d8

Browse files
committed
Adjusting pipeline config.
1 parent 37cc40e commit 0d0f8d8

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/ado/sources-upload.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ extends:
4949
Network: R1
5050
runOnHost: true
5151
EnableCDPxPAT: false
52+
53+
# https://aka.ms/obpipelines/sdl
54+
globalSdl:
55+
disableLegacyManifest: true
56+
sbom:
57+
enabled: false
58+
5259
stages:
5360
- template: /.github/workflows/ado/templates/sources-upload-stages.yml@self
5461
parameters:

.vscode/settings.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
"**/__pycache__",
2020
"**/.*"
2121
],
22-
// All YAMLs under .github/workflows/ado should be interpreted as Azure Pipelines, not GitHub Actions.
23-
"files.associations": {
24-
".github/workflows/ado/*.yml": "azure-pipelines"
25-
}
22+
// Using Azure Pipelines schema for validation of ADO YAMLs.
23+
"azure-pipelines.1ESPipelineTemplatesSchemaFile": true
2624
}

0 commit comments

Comments
 (0)