Skip to content

Commit 65f8440

Browse files
committed
Disable redundant 1ES SBOM task
1 parent 6ed2f36 commit 65f8440

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines/official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ extends:
5353
suppression:
5454
suppressionFile: $(System.DefaultWorkingDirectory)\azure-pipelines\falsepositives.gdnsuppress
5555
sbom:
56-
enabled: true
56+
enabled: false # Skip 1ES SBOM because microbuild has our own sbom system
5757
stages:
5858
- stage: Build
5959
variables:

azure-pipelines/unofficial.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ extends:
6565
enabled: ${{ parameters.EnableProductionSDL }}
6666
exclusionsFile: $(System.DefaultWorkingDirectory)\azure-pipelines\PoliCheckExclusions.xml
6767
sbom:
68-
enabled: ${{ parameters.EnableProductionSDL }}
68+
enabled: false # Skip 1ES SBOM because microbuild has our own sbom system
6969
stages:
7070
- stage: Build
7171
variables:

0 commit comments

Comments
 (0)