[PR #15568] Add the drop validator task, rework some build artifacts #30672

Open
opened 2026-01-31 09:42:13 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/15568

State: closed
Merged: Yes


I originally intended to add the Drop Validator (which is a compliance requirement) task to the build, but I quickly realized that we weren't generating a complete SBOM manifest covering every artifact that we produced.

We were generating the SBOM manifest, and then re-packing the Terminal app which very likely invalidated all of the hashes and signatures in the SBOM manifest!

We were also missing the unpackaged build.

I've removed the appx-PLATFORM-CONFIG and unpackaged-PLAT-CONF artifacts and combined them into a single one, terminal-PLAT-CONF.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/15568 **State:** closed **Merged:** Yes --- I originally intended to add the Drop Validator (which is a compliance requirement) task to the build, but I quickly realized that we weren't generating a complete SBOM manifest covering every artifact that we produced. We were generating the SBOM manifest, and then re-packing the Terminal app which very likely invalidated all of the hashes and signatures in the SBOM manifest! We were also missing the unpackaged build. I've removed the `appx-PLATFORM-CONFIG` and `unpackaged-PLAT-CONF` artifacts and combined them into a single one, `terminal-PLAT-CONF`.
claunia added the pull-request label 2026-01-31 09:42:13 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30672