From 8f5a9c80f63e9b25ab2786c3776693d842f6cef8 Mon Sep 17 00:00:00 2001 From: Sven Strittmatter Date: Wed, 25 Oct 2023 14:50:05 +0200 Subject: [PATCH 1/2] #1642 Add ADR-0019 in index list of decission Signed-off-by: Sven Strittmatter --- .../docs/architecture/09_architecture_decisions/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/docs/architecture/09_architecture_decisions/index.md b/documentation/docs/architecture/09_architecture_decisions/index.md index 2e571f3b08..33b3d8dc58 100644 --- a/documentation/docs/architecture/09_architecture_decisions/index.md +++ b/documentation/docs/architecture/09_architecture_decisions/index.md @@ -14,8 +14,8 @@ We use _architecture decision records (ADR)_ to [document our architecture decis You find all ADRs in the sidebar below this section. They are numbered and ordered in their time of emergence. ### Table of contents -| ADR | Title | -| ---- | ---- | +| ADR | Title | +|-----------------------| ---- | | [0001](./adr_0001.md) | Choosing the framework for the new secureCodeBox Website | | [0002](./adr_0002.md) | How can we introduce a more general extension concept for data processing modules? | | [0003](./adr_0003.md) | How can we introduce a mechanism to start specialized scans on the results of previous scans? | @@ -33,6 +33,7 @@ You find all ADRs in the sidebar below this section. They are numbered and order | [0015](./adr_0015.md) | Kubernetes As Orchestration Engine for Scans | | [0016](./adr_0016.md) | S3 As Backend for Persistent Data | | [0018](./adr_0018.md) | Spaces in File Names Are Not Allowed | +| [0019](./adr_0019.md) | OpenVAS Integration | [adr-nygard]: https://cognitect.com/blog/2011/11/15/documenting-architecture-decisions [adr-template]: https://github.com/joelparkerhenderson/architecture-decision-record/blob/main/templates/decision-record-template-by-michael-nygard/index.md From 5e1a1a70e1f565b0d42c63a05669d2cdf2293516 Mon Sep 17 00:00:00 2001 From: Sven Strittmatter Date: Wed, 25 Oct 2023 14:50:40 +0200 Subject: [PATCH 2/2] #1642 Reformat table Signed-off-by: Sven Strittmatter --- .../09_architecture_decisions/index.md | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/documentation/docs/architecture/09_architecture_decisions/index.md b/documentation/docs/architecture/09_architecture_decisions/index.md index 33b3d8dc58..0191a5cb2c 100644 --- a/documentation/docs/architecture/09_architecture_decisions/index.md +++ b/documentation/docs/architecture/09_architecture_decisions/index.md @@ -14,26 +14,26 @@ We use _architecture decision records (ADR)_ to [document our architecture decis You find all ADRs in the sidebar below this section. They are numbered and ordered in their time of emergence. ### Table of contents -| ADR | Title | -|-----------------------| ---- | -| [0001](./adr_0001.md) | Choosing the framework for the new secureCodeBox Website | -| [0002](./adr_0002.md) | How can we introduce a more general extension concept for data processing modules? | +| ADR | Title | +|-----------------------|-----------------------------------------------------------------------------------------------| +| [0001](./adr_0001.md) | Choosing the framework for the new secureCodeBox Website | +| [0002](./adr_0002.md) | How can we introduce a more general extension concept for data processing modules? | | [0003](./adr_0003.md) | How can we introduce a mechanism to start specialized scans on the results of previous scans? | -| [0004](./adr_0004.md) | Which framework could be more useful for documentation purposes? | -| [0005](./adr_0005.md) | Buying separate marketing oriented webpage | -| [0006](./adr_0006.md) | Provide versioned documentation | -| [0007](./adr_0007.md) | Proposal How to Mark Findings With Hashes to Find Duplicates | -| [0008](./adr_0008.md) | Drop the Former Decision To Provide Versioned Documentation | -| [0009](./adr_0009.md) | Architecture for pre-populating the file system of scanners | -| [0010](./adr_0010.md) | Custom Inheritance Behavior for Affinity and Tolerations | -| [0011](./adr_0011.md) | Version Numbers | -| [0012](./adr_0012.md) | Cluster Wide Custom Resources | -| [0013](./adr_0013.md) | Autodiscovery v2 | -| [0014](./adr_0014.md) | Scan Metric Collection | -| [0015](./adr_0015.md) | Kubernetes As Orchestration Engine for Scans | -| [0016](./adr_0016.md) | S3 As Backend for Persistent Data | -| [0018](./adr_0018.md) | Spaces in File Names Are Not Allowed | -| [0019](./adr_0019.md) | OpenVAS Integration | +| [0004](./adr_0004.md) | Which framework could be more useful for documentation purposes? | +| [0005](./adr_0005.md) | Buying separate marketing oriented webpage | +| [0006](./adr_0006.md) | Provide versioned documentation | +| [0007](./adr_0007.md) | Proposal How to Mark Findings With Hashes to Find Duplicates | +| [0008](./adr_0008.md) | Drop the Former Decision To Provide Versioned Documentation | +| [0009](./adr_0009.md) | Architecture for pre-populating the file system of scanners | +| [0010](./adr_0010.md) | Custom Inheritance Behavior for Affinity and Tolerations | +| [0011](./adr_0011.md) | Version Numbers | +| [0012](./adr_0012.md) | Cluster Wide Custom Resources | +| [0013](./adr_0013.md) | Autodiscovery v2 | +| [0014](./adr_0014.md) | Scan Metric Collection | +| [0015](./adr_0015.md) | Kubernetes As Orchestration Engine for Scans | +| [0016](./adr_0016.md) | S3 As Backend for Persistent Data | +| [0018](./adr_0018.md) | Spaces in File Names Are Not Allowed | +| [0019](./adr_0019.md) | OpenVAS Integration | [adr-nygard]: https://cognitect.com/blog/2011/11/15/documenting-architecture-decisions [adr-template]: https://github.com/joelparkerhenderson/architecture-decision-record/blob/main/templates/decision-record-template-by-michael-nygard/index.md