Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b5e24d535 |
@@ -0,0 +1,19 @@
|
||||
%%{init: {"theme": "base", "themeVariables": {"primaryColor": "#1B1B1B", "primaryBorderColor": "#D6002A", "primaryTextColor": "#fff", "secondaryColor": "#fff", "secondaryBorderColor": "#D6002A", "secondaryTextColor": "#1B1B1B", "tertiaryColor": "#F0F0F0", "clusterBkg": "#F0F0F0", "lineColor": "#1B1B1B", "fontFamily": "\"Akkurat Pro\", \"Helvetica Neue\", \"Arial\", sans-serif"}}}%%
|
||||
|
||||
flowchart LR
|
||||
A["Contract"] --> B["Resolver"]
|
||||
B --> C["Adapter"]
|
||||
C --> D["Checkov<br/>(static code)"]
|
||||
D --> E["Terraform<br/>plan"]
|
||||
E --> F["Wiz<br/>(on plan)"]
|
||||
F --> G["Confidence<br/>signal"]
|
||||
G --> H{"Stage<br/>gate"}
|
||||
H -->|"dev: autonomous"| I["Apply"]
|
||||
H -->|"qa/prod/dr: attested"| I
|
||||
I --> J["Evidence +<br/>Ledger"]
|
||||
classDef accent fill:#1B1B1B,color:#fff,stroke:#D6002A,stroke-width:2px
|
||||
classDef supporting fill:#fff,color:#1B1B1B,stroke:#D6002A,stroke-width:1px
|
||||
classDef decision fill:#D6002A,color:#fff,stroke:#1B1B1B,stroke-width:2px
|
||||
class D,E,F,G,J accent
|
||||
class H decision
|
||||
class A,B,C,I supporting
|
||||
@@ -0,0 +1,17 @@
|
||||
%%{init: {"theme": "base", "themeVariables": {"primaryColor": "#1B1B1B", "primaryBorderColor": "#D6002A", "primaryTextColor": "#fff", "secondaryColor": "#fff", "secondaryBorderColor": "#D6002A", "secondaryTextColor": "#1B1B1B", "tertiaryColor": "#F0F0F0", "clusterBkg": "#F0F0F0", "lineColor": "#1B1B1B", "fontFamily": "\"Akkurat Pro\", \"Helvetica Neue\", \"Arial\", sans-serif"}}}%%
|
||||
|
||||
flowchart TB
|
||||
A["Platform<br/>components"] --> B["CloudEvents<br/>envelope"]
|
||||
B --> C["Event log"]
|
||||
B --> D["Decision<br/>ledger"]
|
||||
B --> E["Run records"]
|
||||
C --> F["Collector"]
|
||||
D --> F
|
||||
E --> F
|
||||
F --> G["Cold store"]
|
||||
G --> H["PowerBI<br/>views"]
|
||||
H --> I["Live ops<br/>dashboard"]
|
||||
classDef accent fill:#1B1B1B,color:#fff,stroke:#D6002A,stroke-width:2px
|
||||
classDef supporting fill:#fff,color:#1B1B1B,stroke:#D6002A,stroke-width:1px
|
||||
class B,F,G,H,I accent
|
||||
class A,C,D,E supporting
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
File diff suppressed because one or more lines are too long
Binary file not shown.
Reference in New Issue
Block a user