From ee4482d4ad2859d956d847d7f7e99acb75787488 Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Fri, 2 Jul 2021 08:54:05 +0200 Subject: [PATCH] docs(Container) Small Corrections in the doc from merg requests feedback. --- .idea/gitlab-ci-templates.iml | 4 +++- documentation/chapters/templates/container-publish.adoc | 2 +- documentation/chapters/templates/container-scan.adoc | 3 +-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.idea/gitlab-ci-templates.iml b/.idea/gitlab-ci-templates.iml index d6ebd48..2576ae6 100644 --- a/.idea/gitlab-ci-templates.iml +++ b/.idea/gitlab-ci-templates.iml @@ -2,7 +2,9 @@ - + + + diff --git a/documentation/chapters/templates/container-publish.adoc b/documentation/chapters/templates/container-publish.adoc index 27db2e7..c90abce 100644 --- a/documentation/chapters/templates/container-publish.adoc +++ b/documentation/chapters/templates/container-publish.adoc @@ -9,7 +9,7 @@ Dieser Schritt wird nur ausgeführt, wenn ein Tag gesetzt wird. |=== |Name |Description | Default Value |MVN_VERSION | Bestimmt, ob die version von MAVEN gesetzt werden soll. -Falls das Projekt aus mehreren Poms besteht, kann `bevor_script:` benutzt werden. | "true" +Falls das Projekt aus mehreren Poms besteht, kann `before_script:` benutzt werden. | "true" |=== .sonar-template diff --git a/documentation/chapters/templates/container-scan.adoc b/documentation/chapters/templates/container-scan.adoc index 1a200b0..2dc3a1d 100644 --- a/documentation/chapters/templates/container-scan.adoc +++ b/documentation/chapters/templates/container-scan.adoc @@ -2,8 +2,7 @@ = Container-Scan -Scanned ein Container Baut mithilfe von jib oder kaniko ein Container ein Docker Image und läd es in der Docker Registry des Projekt hoch. -Dieser Schritt wird nur ausgeführt, wenn ein Tag gesetzt wird. +Baut ein Image mithilfe von jib oder Kaniko welches im Anschluss gescanned wird. Dieser Schritt wird ausgeführt, wenn ein Tag gesetzt wird. Die Ergebnisse des Scans können genutzt werden den Build failen zu lassen, falls gewünscht (vgl. `EXITCODE_ON_HIGH` und `EXITCODE_ON_CRITICAL`). .Variables |===