@@ -118,9 +118,13 @@ git commit -m "test: add fake token (should fail)"
118118
119119- ** Vulnerabilities & IaC Findings:**
120120 Found under [ Security → Code scanning alerts] ( ../../security/code-scanning ) in the GitHub UI.
121+ All pushes are scanned in CI/CD:
122+ ![ GitHub Actions workflow passing with SBOM artifact] ( docs/screenshots/gh-actions-passing.jpg )
121123
122124- ** SBOM (Software Bill of Materials):**
123125 Downloadable artifact (` sbom-spdx ` ) from the workflow run.
126+ Each build publishes an SPDX SBOM Artifact:
127+ ![ SBOM artifact download in GitHub Actions] ( docs/screenshots/sbom-artifacts.jpg )
124128
125129- ** Executive Summary:**
126130 ` security-summary.md ` artifact includes counts of HIGH/CRITICAL issues and SBOM status.
@@ -136,6 +140,8 @@ make scan # Vulnerability + IaC scan
136140make sbom # SBOM generation (SPDX JSON)
137141```
138142
143+ ![ Make Scan from local terminal] ( docs/screenshots/local-make-scan.jpg )
144+
139145---
140146
141147## Secure Examples
@@ -179,19 +185,20 @@ For executive stakeholders and security reviewers, we maintain a concise
179185- Policy exception workflow
180186- Security contact information
181187
182- - ** Compliance mapping:** see [ docs/compliance-mapping.md] ( ./docs/compliance-mapping.md )
183- - ** Architecture overview:** see [ docs/architecture.md] ( ./docs/architecture.md )
188+ ** Compliance mapping:** see [ docs/compliance-mapping.md] ( ./docs/compliance-mapping.md )
189+ ** Architecture overview:** see [ docs/architecture.md] ( ./docs/architecture.md )
184190
185191---
186192
187193## Roadmap
188194
189- - [x] Repo scaffolded
190- - [x] Pre-commit (Gitleaks)
191- - [x] CI: Trivy vuln + SBOM
192- - [x] Makefile for local parity
193- - [x] Secure examples in repo; failing demo via permanent tag
194- - [x] OpenSSF Scorecard (workflow)
195- - [x] Compliance mapping & trust artifacts in README
196- - [ ] “How to download SBOM” screenshots (docs/screenshots)
197- - [ ] Policy-as-code (Kyverno) in v2
195+ ** Completed (v1 baseline):**
196+ Scaffold, Gitleaks pre-commit, Trivy CI + SBOM, Makefile, Basic secure/insecure examples, OpenSSF Scorecard, compliance mapping & trust artifacts, initial screenshots.
197+
198+ ** Planned Enhancements:**
199+ - [ ] Automate Trust Badge updates (CI → shields.io)
200+ - [ ] Add IAM/Multicloud examples (secure vs insecure)
201+ - [ ] Expand pre-commit hooks (IaC lint, markdownlint)
202+ - [ ] Exec-friendly “Trust” page polish (auto-fill scan date)
203+ - [ ] More real-world IaC examples (Kubernetes, Terraform modules)
204+ - [ ] Demo video / GIF for Quickstart
0 commit comments