Unify legal bundle and final package verification - #144
Merged
Conversation
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
Signed-off-by: KeyffMS <124252104+KeyffMS@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Scope decision
SightAdapt currently maintains one binary format: the self-contained Windows x64 portable ZIP. The GitHub Actions artifact and a maintainer-created local ZIP are the only active producer contexts. GitHub Releases, installers, store packages and official mirrors remain planned/inactive channels and are tracked separately.
What changed
release/distribution-channels.jsonas the maintained/planned channel registry;tools/new-verified-release-package.ps1as the only maintained package-creation entry point;tools/verify-final-package.ps1as a reusable gate over the existing legal, SBOM, license and component validators;refs/tags/<tag>;Verified result
GitHub Actions run
30544829871passed DCO, 210 tests, exact notices, 452 component mappings, complete SBOM/license review, all previous negative tests and the new final-package tests.The final schema-3 report records:
result: pass;github-actions-artifact;portable-zip;e4283731dad650a9259a211ce3dd08f2a4d9b9e6;refs/pull/144/merge;30544829871, attempt1;BCCDAB8135DE1D539DFE8A750E13F6B603C1B2870CE36AC5E7042DF2495471D0;pass.Negative validation rejected:
PRIVACY.mdbytes by staged/archive SHA-256 mismatch;github-releasechannel because it is planned but not maintained.Boundaries
This PR does not publish a GitHub Release, create an installer/store package or configure a mirror. Those channels remain inactive until their own implementations use the reusable gate and retain the verified package/report.
Closes #82.
Closes #91.