ci: green the GitHub Actions gate + full trunk - #28
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Records the in-memory -> Postgres persistence pass: per-target refuted/repaired/decision table, target->repo->migration->test map, the five chained Alembic migrations (0024-0028), the eleven FORGE_*_BACKEND env flags (all default memory), and green-gate proof (ruff clean; 3688 passed / 53 skipped on pgvector :5433). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- ci.yml: the whole workflow failed at 0s — 'secrets' context isn't allowed in a step-level if:; use the env mirror (env.FORGE_GITHUB_APP_ID) instead - gitleaks: the action needs a paid license for ORG repos; run the pinned binary (v8.30.1) directly in ci.yml + security.yml (no license) - CodeQL / SARIF upload: code scanning needs GHAS (unavailable on a private repo) -> guard on github.event.repository.private==false; activates when public - bandit: justified # nosec B602 on the trusted operator-authored gate runner - .gitleaks.toml: allowlist 3 fake/false-positive fixtures (walkthrough storage-key name, SSO mock SCIM token, audit-store redaction test) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ild FORGE_SECRET_KEY, security-events perm, helm 3.17)
…elm-unittest 0.8.2
…gration DDL text(), conftest fixture DDL, non-crypto feature-hash sha1)
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.
Greens the full GitHub CI gate that had never actually run + carries the whole corrected trunk (persistence, org URLs, ruff-format, mypy 135->0, eslint, ci-config for the private org repo). Supersedes #21. 🤖