-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable SBOM generation for Windows Terminal #11908
Merged
Merged
Conversation
This file contains 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
ghost
added
Area-Build
Issues pertaining to the build system, CI, infrastructure, meta
Issue-Task
It's a feature request, but it doesn't really need a major design.
Product-Meta
The product is the management of the products.
labels
Dec 8, 2021
DHowett
reviewed
Dec 8, 2021
carlos-zamora
approved these changes
Dec 8, 2021
Co-authored-by: Dustin L. Howett <[email protected]>
miniksa
added
the
AutoMerge
Marked for automatic merge by the bot when requirements are met
label
Dec 9, 2021
ghost
requested a review
from lhecker
December 9, 2021 17:52
Hello @miniksa! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
lhecker
approved these changes
Dec 9, 2021
ghost
deleted the
dev/miniksa/sbom
branch
December 9, 2021 17:53
miniksa
added a commit
that referenced
this pull request
Jan 10, 2022
Microsoft will be providing a Software Bill of Materials for our products. This onboards the Windows Terminal product to the common engineering system task that can scavenge for this information within our build project (already recorded for internal compliance reasons) and present it in a machine-readable interchange format. See also: https://devblogs.microsoft.com/engineering-at-microsoft/generating-software-bills-of-materials-sboms-with-spdx-at-microsoft/ This does not yet include packaging and distributing the SBOM with our final packages. We are waiting for that tooling to come online for MSIX. Guidance is "Coming Soon™️." ## References - microsoft/dropvalidator#216 - `cgmanifest.json` are not being pulled in yet, but I've been told internally this will fix it. I will double-check when I hear back on this issue. ## PR Checklist * [x] Closes #11810 * [x] I work here * [x] I ran it and I see the manifest generated.
🎉 Handy links: |
ghost
mentioned this pull request
Feb 3, 2022
This pull request was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area-Build
Issues pertaining to the build system, CI, infrastructure, meta
AutoMerge
Marked for automatic merge by the bot when requirements are met
Issue-Task
It's a feature request, but it doesn't really need a major design.
Needs-Second
It's a PR that needs another sign-off
Product-Meta
The product is the management of the products.
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.
Microsoft will be providing a Software Bill of Materials for our products. This onboards the Windows Terminal product to the common engineering system task that can scavenge for this information within our build project (already recorded for internal compliance reasons) and present it in a machine-readable interchange format.
See also: https://devblogs.microsoft.com/engineering-at-microsoft/generating-software-bills-of-materials-sboms-with-spdx-at-microsoft/
This does not yet include packaging and distributing the SBOM with our final packages. We are waiting for that tooling to come online for MSIX. Guidance is "Coming Soon™️."
References
cgmanifest.json
are not being pulled in yet, but I've been told internally this will fix it. I will double-check when I hear back on this issue.PR Checklist