Skip to content

Commit 45c4671

Browse files
committed
Adjusting pipeline config.
1 parent 37cc40e commit 45c4671

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ 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+
tsa:
59+
enabled: false
60+
5261
stages:
5362
- template: /.github/workflows/ado/templates/sources-upload-stages.yml@self
5463
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)