Update docs after plan-review merge and securityhub-summary#53
Merged
Conversation
- Remove plan-review.yml and commit-terraform.yml from workflow lists (plan + review now combined in tf-plan.yml / platform-ci.yml) - Add securityhub-summary Lambda to function tables and alert routing - Document ci-infra / ci-infra-plan IAM role split (6 CI roles) - Add javabin-alert-dedup DynamoDB table to monitoring module - Update Lambda count from 6 to 8 across all docs - Add ci-registry role to platform-modules IAM table - Add weekly Security Hub summary to CI workflow schedule
Remove paths filter from pull_request trigger — the workflow now runs on every PR but skips plan/review steps when no infra files changed. This ensures "Terraform Plan" status check always reports, even for doc-only PRs, so the ruleset requirement is satisfied.
Terraform PlanNo changes — infrastructure is up to date. Plan output |
Alexanderamiri
added a commit
that referenced
this pull request
May 9, 2026
## Summary - Removed `plan-review.yml` and `commit-terraform.yml` from all workflow lists — plan + LLM review are now combined inline in `tf-plan.yml` (app repos) and `platform-ci.yml` (platform) - Added `securityhub-summary` Lambda to function tables, alert routing, and CI schedule across all docs - Documented `ci-infra` / `ci-infra-plan` IAM role split (now 6 CI roles total) and added `ci-registry` role to platform-modules - Added `javabin-alert-dedup` DynamoDB table to monitoring module and slack-alert documentation - Updated Lambda function count from 6 to 8 everywhere ## Files changed - `CLAUDE.md` — workflow list, Lambda table, alert routing, naming, task status - `docs/ci-workflow.md` — combined plan+review job, Security Hub schedule - `docs/lambda-functions.md` — securityhub-summary section, dedup table note - `docs/platform-modules.md` — IAM roles, DynamoDB table, Lambda count - `docs/reusable-workflows.md` — removed plan-review.yml section, updated tf-plan.yml ## Test plan - [ ] Review all doc changes for accuracy against current codebase - [ ] Verify no stale references to plan-review.yml remain
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
plan-review.ymlandcommit-terraform.ymlfrom all workflow lists — plan + LLM review are now combined inline intf-plan.yml(app repos) andplatform-ci.yml(platform)securityhub-summaryLambda to function tables, alert routing, and CI schedule across all docsci-infra/ci-infra-planIAM role split (now 6 CI roles total) and addedci-registryrole to platform-modulesjavabin-alert-dedupDynamoDB table to monitoring module and slack-alert documentationFiles changed
CLAUDE.md— workflow list, Lambda table, alert routing, naming, task statusdocs/ci-workflow.md— combined plan+review job, Security Hub scheduledocs/lambda-functions.md— securityhub-summary section, dedup table notedocs/platform-modules.md— IAM roles, DynamoDB table, Lambda countdocs/reusable-workflows.md— removed plan-review.yml section, updated tf-plan.ymlTest plan