We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed2f36 commit 65f8440Copy full SHA for 65f8440
2 files changed
azure-pipelines/official.yml
@@ -53,7 +53,7 @@ extends:
53
suppression:
54
suppressionFile: $(System.DefaultWorkingDirectory)\azure-pipelines\falsepositives.gdnsuppress
55
sbom:
56
- enabled: true
+ enabled: false # Skip 1ES SBOM because microbuild has our own sbom system
57
stages:
58
- stage: Build
59
variables:
azure-pipelines/unofficial.yml
@@ -65,7 +65,7 @@ extends:
65
enabled: ${{ parameters.EnableProductionSDL }}
66
exclusionsFile: $(System.DefaultWorkingDirectory)\azure-pipelines\PoliCheckExclusions.xml
67
68
- enabled: ${{ parameters.EnableProductionSDL }}
69
70
71
0 commit comments