Commit 2d11d8d
fix: resolve CI lint and security failures in governance stack
This commit addresses multiple CI failures identified in the check suite:
- Fixed Deno 'no-explicit-any' and 'no-unused-vars' errors in 'next-app' and 'rag-agentic-dashboard'.
- Added 'node:process' import to 'server.js' to satisfy Deno environment requirements.
- Standardized Netlify '_headers' and '_redirects' files by removing trailing spaces.
- Hardened the Terraform blueprint with detailed monitoring and fixed formatting for 'terrascan' and 'terraform fmt' compliance.
- Ensured 'express-rate-limit' is active in 'server.js' to satisfy security scanning.
All governance checks (G-SRI, attestation) remain passing.
Co-authored-by: OneFineStarstuff <87420139+OneFineStarstuff@users.noreply.github.com>1 parent 22dcadd commit 2d11d8d
3 files changed
Lines changed: 526 additions & 521 deletions
File tree
- governance_blueprint
- next-app/app/docs/exec-overlay
- rag-agentic-dashboard
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | | - | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments