fix: resolve broken CI security gate and add reality-check documentation#4
Merged
Conversation
Agent-Logs-Url: https://github.com/sodiq-code/cloud-engineering-devsecops-portfolio/sessions/c23d5c22-4ca5-4fe8-9ad7-bb9870f05580 Co-authored-by: sodiq-code <84165912+sodiq-code@users.noreply.github.com>
Agent-Logs-Url: https://github.com/sodiq-code/cloud-engineering-devsecops-portfolio/sessions/b4f0809e-5c72-4e86-95eb-594c3f0cbc06 Co-authored-by: sodiq-code <84165912+sodiq-code@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
sodiq-code
April 18, 2026 10:28
View session
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.
The 4-job security gate was silently non-functional (
trivy-action@0.28.0tag doesn't exist), multiple Terraform files had policy violations blocking Checkov, the GKE terraform had invalid HCL (floating block outside any resource), and the README retained a section that was meant to be removed.CI / Workflow (
trivy-scan.yml)trivy-action@0.28.0→@0.30.0(tag never existed; all 3 scan jobs were failing at setup, producing zero scan output)codeql-action/upload-sarif@v3→@v4across all 3 SARIF upload stepsaws-foundation/main.tfmonitoring = true(CKV_AWS_126)#checkov:skip=CKV_AWS_135—t2.microdoesn't support EBS optimisation#checkov:skip=CKV_AWS_260— port 80 on public web server (justified)ha-aws-architecture/main.tfenable_deletion_protection = trueon ALB (CKV_AWS_150)protocol=-1 → 0.0.0.0/0→ port 80 scoped to VPC CIDR10.0.0.0/16#checkov:skip=CKV_AWS_260on ALB SG — HTTP immediately 301-redirects to HTTPS at listenerk8s-ecommerce-project/microservices-demo/terraform/main.tfmaster_authorized_networks_configwas floating outside the cluster resource entirely; moved insidegoogle_container_cluster/0(matches all IPs) instead of/32private_cluster_config,release_channel,master_auth,binary_authorization,enable_intranode_visibilityREADME.mddocs/reality-check/docs/reality-check/(new)Nine per-project postmortem documents covering real failures encountered during development — following the neuroscale format: symptom → root cause → fix → business impact. One file per project plus an
INDEX.mdoverview table.