This repository was archived by the owner on May 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 497
Software Bill of Materials (SBOM) manifest generation #1966
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/azp run |
Azure Pipelines failed to run 1 pipeline(s). |
ce43325
to
9bddbe1
Compare
rmarinho
reviewed
Feb 17, 2022
Fix dependsOn conditions to match signing stage
…ows-latest has moved to windows-2022, which breaks the build
f1f0504
to
0740c09
Compare
/azp run |
Azure Pipelines failed to run 1 pipeline(s). |
136534b
to
1e71999
Compare
…er from the nuget package (.nupkg)
ccca626
to
9aa8261
Compare
…tings for tests backed to empty
1 task
1 task
1 task
1 task
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Change
Per Executive Order (EO) produce a Software Bill of Materials (SBOM) capturing the produced nuget files from a dedicated job
https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/secure-supply-chain/ado-sbom-generator
As a result of this change you will find an artifact named
sbom
attached to each build. Within that artifact is amanifest.json
file under a_manifest
directory capturing all of the packages that constitute theSoftware Bill of Materials
The
sbom
job captures the nuget package files (*.nupkg) published (uploaded) by the buildPR Checklist
main
at time of PR