audit: add deployment integrity tracking with git commit provenance#418
Open
ReinaMaze wants to merge 1 commit into
Open
audit: add deployment integrity tracking with git commit provenance#418ReinaMaze wants to merge 1 commit into
ReinaMaze wants to merge 1 commit into
Conversation
- Update deployments.schema.json: add required git_commit field and optional git_tag - Update scripts/validate_deployments.py: validate git_commit and git_tag formats - Update deployments.json: add git_commit for existing testnet deployment (commit e069ec8) - Enhance DEPLOYMENT.md with: - Automated deployment via scripts/deploy_testnet.sh - Manual deployment steps with WASM hash computation - Network verification and CI pipeline details - Add docs/DEPLOYMENT_AUDIT_CHECKLIST.md: pre/post-deployment audit procedures - Add DEPLOYMENT_AUDIT_REPORT.md: comprehensive audit findings
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.
Deployment Integrity Audit
Add git commit tracking to deployments and reconcile documentation with scripts/CI.
Changes
git_commitand optionalgit_tagfieldsAll validation passes. Future deployments must include git_commit for build provenance tracking.
close #385