Skip to content

Commit

Permalink
Fixing arch docs img preview in .md files - closes #2730 (#2774)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopeixotocx authored Apr 12, 2021
1 parent f637c4e commit 114b4cf
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

KICS is 100% open source is written in Golang using Open Policy Agent (<a href="https://www.openpolicyagent.org/" target="_blank">OPA</a>).

Golang speed, simplicity and reliability made it the perfect choice for writing KICS, while <a href="https://www.openpolicyagent.org/docs/latest/policy-language/" target="_blank">Rego</a> as a query language, was a native choice to implement security queries.
Golang speed, simplicity and reliability made it the perfect choice for writing KICS, while <a href="https://www.openpolicyagent.org/docs/latest/policy-language/" target="_blank">Rego</a> as a query language, was a native choice to implement security queries.

So far have written 1000+ ready-to-use queries that cover a wide range of vulnerabilities checks for AWS, GCP, Azure and other cloud providers.
So far have written 1000+ ready-to-use queries that cover a wide range of vulnerabilities checks for AWS, GCP, Azure and other cloud providers.

---

Expand All @@ -21,13 +21,14 @@ At a very high 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/Checkmarx/kics/master/docs/img/arch/high-level-arch.png">
<br/>

---
## Execution Flow

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

0 comments on commit 114b4cf

Please sign in to comment.