Conversation
Adds the evidence-scoped G0-G7 gate register and a CI safety-baseline workflow that fails on tracked .env*/.tfvars files or plaintext credential assignments. Removes .env.thingsdata from the tracked tree and ignores it going forward. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
|
🚦 48h Operativity: UNKNOWN
|
Contributor
Contributor
|
🚨 Fallo en workflow
|
Contributor
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
docs/PROJECT-COMPLETION-MASTER-2026-09-04.md: single evidence-scoped G0–G7 gate register (staging/pilot-ready, production NOT_CLAIMED until gates close). Documents the open blockers as-is: security issue Security: triage Dependabot vulnerabilities before promotion #12 (115 vulnerabilities: 2 critical / 32 high / 60 moderate / 21 low) and the tracked.env.thingsdatafile..github/workflows/repository-safety-baseline.yml: CI job that fails the build if any tracked.env*/.tfvarsfile or a plaintext credential assignment (API_KEY=,PASSWORD=, etc.) is present in the tree..env.thingsdatafrom the tracked tree and adds it to.gitignore.Important — not covered by this PR
Removing the file from the current tree does not remove it from git history, and does not rotate any credentials. If
.env.thingsdatacontained real values (THINGSDATA_API_KEY/SECRET, POSTGRES_PASSWORD, GF_ADMIN_PASSWORD, WEBHOOK_SECRET), those must still be rotated and the history should be reviewed/purged separately.This PR only establishes the register and the CI gate — it does not close G1–G7. Those close on evidence, not documentation.
Test plan
.env.thingsdatacontained no live credentials, or rotate them if it didrepository-safety-baselineworkflow runs green on this PRmainwithout checking the box above🤖 Generated with Claude Code