Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit aea59d7

Browse files
committed
#30 Slightly refined the status quo paragraph
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent de48e64 commit aea59d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/adr/adr_0001.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121

2222
=== Status Quo
2323

24-
One major challenge implementing the _secureCodeBox_ is to provide a flexible and modular architecture, which enables the open source community to easily understand the concepts and especially to extend the _secureCodeBox_ with individual features. Therefore we decided to separate the process stages of a single security scan (instance of scanType CRD) in 3 major phases:
24+
One major challenge implementing the _secureCodeBox_ is to provide a flexible and modular architecture, which enables the open source community to easily understand the concepts and especially to extend the _secureCodeBox_ with individual features. Therefore we decided to separate the process stages of a single security scan (instance of _scanType_ custom resource definition; further abbreviated with _CRD_) in three major phases:
2525

2626
....
2727
┌──────────────────┐ ┌──────────────────┐ ┌──────────────────┐
28-
Scanning ├─────────▶│ Parsing ├─────────▶│ Persisting
29-
│ (Phase 1) │ │ (Phase 2) │ │ (Phase 3) │
28+
scanning ├─────────▶│ parsing ├─────────▶│ persisting
29+
│ (phase 1) │ │ (phase 2) │ │ (phase 3) │
3030
└──────────────────┘ └──────────────────┘ └──────────────────┘
3131
....
3232

33-
By now the "Persisting Phase 3" was implemented by so called _persistenceProviders_ e.g the *persistence-elastic* provider which is responsible for persisting all findings in a given elasticsearch database. The _secureCodeBox_ Operator is aware of this 3 phases and is responsible for the state model and execution of each security scan (instance of scanType CRD).
33+
By now the phase 3 "`persisting`" was implemented by so called _persistenceProviders_ (e.g. the _persistence-elastic_ provider which is responsible for persisting all findings in a given elasticsearch database). The _secureCodeBox_ Operator is aware of this 3 phases and is responsible for the state model and execution of each security scan.
3434

3535
=== Problem and Question
3636

0 commit comments

Comments
 (0)