Add SCOPE-D delivery envelope validation#39
Merged
Conversation
k8s.io/client-go/testing imports github.com/evanphx/json-patch v4.12.0+incompatible. The go.sum entry was absent, causing `go vet` and `go test` to fail in CI with "missing go.sum entry" errors. Hashes sourced from sum.golang.org and cross-verified against the k8s.io/client-go v0.30.2 transitive dependency graph. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
go mod tidy requires this transitive dependency of k8s.io/client-go@v0.30.2 to be listed in go.mod. The go.sum hashes were already added; go.mod was missing the indirect require entry, causing CI to report "updates to go.mod needed". Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
github.com/evanphx/json-patch imports github.com/pkg/errors; both go.sum hashes and the go.mod indirect entry were missing, causing the CI "Go build & test" check to fail with a missing go.sum entry error. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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.
Summary
Adds the first CloudShell Fog delivery boundary for SCOPE-D.
Changes:
internal/deliverywith a SCOPE-D delivery envelope type.Validation
CI should run Go tests. The focused local path is:
go test ./internal/deliveryTranche role
This gives CloudShell Fog a concrete place in the SCOPE-D pipeline as an edge assurance and operator review boundary.