Skip to content

Commit

Permalink
Update architecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elit-cx authored Feb 8, 2021
1 parent c53bd71 commit 0d500e3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@ At a high very level, KICS is composed of the following main components: a comma
- Security Queries => pre-built REGO queries for each security and misconfiguration
- Writer => Writes results into JSON format

<img src="../img/arch/high-level-arch.png" align="left">
<img src="https://raw.githubusercontent.com/elit-cx/kics/master/docs/img/arch/high-level-arch.png" align="left">


## Execution Flow

The sequence diagram below depicts interaction of the main KICS components:
<p>
<img src="img/exec-flow-1.png" align="left">
</p>
<p>
<img src="img/exec-flow-2.png" align="left">
</p>
<img src="https://raw.githubusercontent.com/elit-cx/kics/master/docs/img/arch/exec-flow-1.png" align="left">
<img src="https://raw.githubusercontent.com/elit-cx/kics/master/docs/img/arch/exec-flow-2.png" align="left">

0 comments on commit 0d500e3

Please sign in to comment.