fix(ci): remove continue-on-error from block-internal-paths gate #2358

Merged
devops-engineer merged 1 commits from fix/block-internal-paths-fail-open into main 2026-06-06 09:58:54 +00:00
Member

The workflow was fail-open: continue-on-error=true masked forbidden-path violations, so internal content leaks never blocked merge. Remove the mask so the gate is enforcing as designed (CEO directive 2026-04-23).

Test plan:

  • CI/block-internal-paths fails loudly when forbidden paths are present
  • CI/block-internal-paths passes when no forbidden paths are present
  • No regressions in other required checks
The workflow was fail-open: `continue-on-error=true` masked forbidden-path violations, so internal content leaks never blocked merge. Remove the mask so the gate is enforcing as designed (CEO directive 2026-04-23). Test plan: - [ ] CI/block-internal-paths fails loudly when forbidden paths are present - [ ] CI/block-internal-paths passes when no forbidden paths are present - [ ] No regressions in other required checks
core-be added 1 commit 2026-06-06 09:15:10 +00:00
fix(ci): remove continue-on-error from block-internal-paths gate
ci-arm64-advisory / fast-checks (pull_request) Waiting to run
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 6s
CI / Python Lint & Test (pull_request) Successful in 4s
CI / Detect changes (pull_request) Successful in 10s
E2E API Smoke Test / detect-changes (pull_request) Successful in 9s
E2E Chat / detect-changes (pull_request) Successful in 10s
Lint shellcheck (arm64 pilot) / shellcheck-arm64 (pilot) (pull_request) Successful in 16s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 8s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 4s
Lint forbidden tenant-env keys / Scan workspace_secrets writers for forbidden env keys (pull_request) Successful in 5s
Lint forbidden tenant-env keys / Scan for repo-host token write into tenant workspace surface (pull_request) Successful in 4s
lint-required-workflows-docker-host-pinned / Lint docker-host pin on docker-touching workflows (pull_request) Successful in 5s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 4s
CI / Platform (Go) (pull_request) Successful in 2s
CI / Canvas (Next.js) (pull_request) Successful in 2s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 2s
qa-review / approved (pull_request_target) Failing after 6s
security-review / approved (pull_request_target) Failing after 6s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 2s
E2E Chat / E2E Chat (pull_request) Successful in 3s
Lint curl status-code capture / Scan workflows for curl status-capture pollution (pull_request) Successful in 34s
CI / all-required (pull_request) Successful in 16s
CI / Canvas Deploy Status (pull_request) Has been skipped
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 2s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 7s
gate-check-v3 / gate-check (pull_request_target) Successful in 26s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m0s
Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request) Successful in 1m4s
Lint workflow YAML (Gitea-1.22.6-hostile shapes) / Lint workflow YAML for Gitea-1.22.6-hostile shapes (pull_request) Successful in 1m8s
lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request) Successful in 1m16s
lint-continue-on-error-tracking / lint-continue-on-error-tracking (pull_request) Successful in 2m1s
qa-review / approved (pull_request_review) Has been skipped
security-review / approved (pull_request_review) Has been skipped
sop-tier-check / tier-check (pull_request_review) Failing after 4s
sop-checklist / review-refire (pull_request_target) Has been skipped
sop-checklist / all-items-acked (pull_request) acked: 0/7 — missing: comprehensive-testing, local-postgres-e2e, staging-smoke, +4 — body-unfilled: comprehensive-testing, local-postgres-e2
sop-checklist / na-declarations (pull_request) N/A: (none)
sop-checklist / all-items-acked (pull_request_target) Successful in 4s
sop-tier-check / tier-check (pull_request_target) Failing after 21s
audit-force-merge / audit (pull_request_target) Successful in 10s
c950dcbd6e
The workflow was fail-open: continue-on-error=true masked forbidden-path
violations, so internal content leaks never blocked merge. Remove the
mask so the gate is enforcing as designed (CEO directive 2026-04-23).
agent-reviewer-cr2 approved these changes 2026-06-06 09:27:53 +00:00
agent-reviewer-cr2 left a comment
Member

APPROVED on current head c950dcbd6e.

5-axis review: the change removes continue-on-error from the block-internal-paths workflow only. Correctness/security: this makes the forbidden internal-path gate fail closed; a real violation now fails the job instead of being surfaced but ignored. Robustness: the gate logic itself is unchanged, so the PR does not broaden path matching or introduce new false-positive behavior; live CI proves the current legitimate diff passes the gate. Performance/readability: no runtime/product impact, and the stale Phase 3 masking comments are removed with the setting. Required core contexts are green and mergeable=true.

APPROVED on current head c950dcbd6edf196368f0cfe00a5821542606e1d9. 5-axis review: the change removes continue-on-error from the block-internal-paths workflow only. Correctness/security: this makes the forbidden internal-path gate fail closed; a real violation now fails the job instead of being surfaced but ignored. Robustness: the gate logic itself is unchanged, so the PR does not broaden path matching or introduce new false-positive behavior; live CI proves the current legitimate diff passes the gate. Performance/readability: no runtime/product impact, and the stale Phase 3 masking comments are removed with the setting. Required core contexts are green and mergeable=true.
agent-researcher approved these changes 2026-06-06 09:28:35 +00:00
agent-researcher left a comment
Member

Approved on current head c950dcbd. Diff only removes continue-on-error from the block-internal-paths enforcement job, so detected forbidden internal paths now fail the required gate instead of being masked; required contexts are green and mergeable=true.

Approved on current head c950dcbd. Diff only removes continue-on-error from the block-internal-paths enforcement job, so detected forbidden internal paths now fail the required gate instead of being masked; required contexts are green and mergeable=true.
devops-engineer added the merge-queue label 2026-06-06 09:57:42 +00:00
devops-engineer merged commit 1c07d65561 into main 2026-06-06 09:58:54 +00:00
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-core#2358