From 426894561fe96f858c8a17144a71624d043961b4 Mon Sep 17 00:00:00 2001 From: Sven Strittmatter Date: Tue, 13 Sep 2022 13:23:59 +0200 Subject: [PATCH 1/2] Add missing sidebar frontmatter to ADR template Signed-off-by: Sven Strittmatter --- docs/adr/adr_0000.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/adr/adr_0000.md b/docs/adr/adr_0000.md index 4a92329c86..845a3a5ceb 100644 --- a/docs/adr/adr_0000.md +++ b/docs/adr/adr_0000.md @@ -1,8 +1,11 @@ - +--- +# SPDX-FileCopyrightText: the secureCodeBox authors +# +# SPDX-License-Identifier: Apache-2.0 + +title: "ADR-0000: TITLE" +sidebar_label: "ADR-0000" +--- # ADR-0000: Short present tense imperative phrase, less than 50 characters, like a email subject From 878f8f10e5e47fd444b1895e19d22dbf63d4b38b Mon Sep 17 00:00:00 2001 From: Sven Strittmatter Date: Tue, 13 Sep 2022 13:24:27 +0200 Subject: [PATCH 2/2] Add stubs for ADR 15/16 This commit reserves the ADR numbers. Signed-off-by: Sven Strittmatter --- docs/adr/adr_0015.md | 29 +++++++++++++++++++++++++++++ docs/adr/adr_0016.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 docs/adr/adr_0015.md create mode 100644 docs/adr/adr_0016.md diff --git a/docs/adr/adr_0015.md b/docs/adr/adr_0015.md new file mode 100644 index 0000000000..98342e2b11 --- /dev/null +++ b/docs/adr/adr_0015.md @@ -0,0 +1,29 @@ +--- +# SPDX-FileCopyrightText: the secureCodeBox authors +# +# SPDX-License-Identifier: Apache-2.0 + +title: "ADR-0015: Kubernetes As Orchestration Engine for Scans" +sidebar_label: "ADR-0015" +--- +# ADR-0015: Kubernetes As Orchestration Engine for Scans + +| | | +|----------------|----------------------------------------------------| +| **Status**: | ACCEPTED | +| **Date**: | 2022-09-13 | +| **Author(s)**: | Sven Strittmatter | + +## Context + +What is the issue that we’re seeing that is motivating this decision +or change. + +## Decision + +What is the change that we’re actually proposing or doing. + +## Consequences + +What becomes easier or more difficult to do because of this +change. diff --git a/docs/adr/adr_0016.md b/docs/adr/adr_0016.md new file mode 100644 index 0000000000..ad51dd67a6 --- /dev/null +++ b/docs/adr/adr_0016.md @@ -0,0 +1,29 @@ +--- +# SPDX-FileCopyrightText: the secureCodeBox authors +# +# SPDX-License-Identifier: Apache-2.0 + +title: "ADR-0016: As Backend for Persistent Data" +sidebar_label: "ADR-0016" +--- +# ADR-0016: S3 As Backend for Persistent Data + +| | | +|----------------|----------------------------------------------------| +| **Status**: | ACCEPTED | +| **Date**: | 2022-09-13 | +| **Author(s)**: | Sven Strittmatter | + +## Context + +What is the issue that we’re seeing that is motivating this decision +or change. + +## Decision + +What is the change that we’re actually proposing or doing. + +## Consequences + +What becomes easier or more difficult to do because of this +change.