@@ -288,18 +288,7 @@ All build tests are combined into a single `build-test.lock.yml` workflow:
288288
289289## Security & Compliance Workflows
290290
291- ### 21. ` container-scan.yml ` — Container Security Scan
292-
293- | Attribute | Value |
294- | -----------| -------|
295- | ** What it tests** | Trivy vulnerability scanning of Agent and Squid container images |
296- | ** Triggers** | Push/PR to main (containers/** paths), weekly Sunday schedule, manual dispatch |
297- | ** Timeout** | 15 minutes per job |
298- | ** Real-world mapping** | Ensures container images don't ship with CRITICAL/HIGH CVEs |
299- | ** Gaps** | Only scans Agent and Squid, not api-proxy or agent-act. |
300- | ** Integration test relationship** | None — security scanning, not functional testing |
301-
302- ### 22. ` dependency-audit.yml ` — Dependency Vulnerability Audit
291+ ### 21. ` dependency-audit.yml ` — Dependency Vulnerability Audit
303292
304293| Attribute | Value |
305294| -----------| -------|
@@ -394,7 +383,7 @@ All build tests are combined into a single `build-test.lock.yml` workflow:
3943832 . ** Domain filtering** — Unit tests (domain-patterns), integration tests (blocked-domains, wildcard-patterns), examples
3953843 . ** Multi-engine support** — Smoke tests cover Claude, Copilot, Codex, Gemini
3963854 . ** Multi-language support** — Build-tests cover 8 languages (Bun, C++, Deno, .NET, Go, Java, Node, Rust)
397- 5 . ** Container security** — Trivy scans, cosign signing, SBOM attestation
386+ 5 . ** Container security** — cosign signing, SBOM attestation
398387
399388### Gaps Identified
400389
0 commit comments