Commit 1e3346e
authored
Disable SBOM in Non-Production ADO Pipelines (#14775)
## Description
This removes the creation of SBOM manifests in our CI/PR pipelines, as it is no longer possible to create them unsigned.
### Type of Change
- Bug fix (non-breaking change which fixes an issue)
### Why
Our non-production ADO pipelines (CI/PR) do not need to create SBOMS, but we were doing so anyway. But since they didn't have permission to sign the SBOMs, we disabled that and create unsigned ones instead. This no longer works, and so all CI/PR are failing, blocking all codeflow.
Closes #14774
### What
Removed SBOM tasks that ran in CI/PR.
## Screenshots
N/A
## Testing
N/A
## Changelog
Should this change be included in the release notes: _no_1 parent 1d04e27 commit 1e3346e
2 files changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 25 | | |
31 | 26 | | |
32 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
| |||
0 commit comments