From eb29cd5fdd0471b5c50e31ccdf43bcef223d0b38 Mon Sep 17 00:00:00 2001 From: Tim Walter Date: Tue, 25 May 2021 15:45:49 +0200 Subject: [PATCH] Remove empty line in README files that breaks the front matter and is caused by the license headers Signed-off-by: Tim Walter --- demo-apps/bodgeit/README.md | 1 - demo-apps/bodgeit/README.md.gotmpl | 4 ++-- demo-apps/bodgeit/templates/_helpers.tpl | 4 ++-- demo-apps/dummy-ssh/README.md | 1 - demo-apps/dummy-ssh/README.md.gotmpl | 4 ++-- demo-apps/dummy-ssh/templates/_helpers.tpl | 4 ++-- demo-apps/http-webhook/README.md | 1 - demo-apps/http-webhook/README.md.gotmpl | 4 ++-- demo-apps/http-webhook/templates/_helpers.tpl | 4 ++-- demo-apps/juice-shop/README.md | 1 - demo-apps/juice-shop/README.md.gotmpl | 4 ++-- demo-apps/juice-shop/templates/_helpers.tpl | 4 ++-- demo-apps/old-wordpress/README.md | 1 - demo-apps/old-wordpress/README.md.gotmpl | 4 ++-- demo-apps/old-wordpress/templates/_helpers.tpl | 4 ++-- demo-apps/swagger-petstore/README.md | 1 - demo-apps/swagger-petstore/README.md.gotmpl | 4 ++-- demo-apps/swagger-petstore/templates/_helpers.tpl | 4 ++-- demo-apps/unsafe-https/README.md | 1 - demo-apps/unsafe-https/README.md.gotmpl | 4 ++-- demo-apps/unsafe-https/templates/_helpers.tpl | 4 ++-- hooks/declarative-subsequent-scans/README.md | 1 - hooks/declarative-subsequent-scans/README.md.gotmpl | 4 ++-- .../templates/_helpers.tpl | 4 ++-- hooks/finding-post-processing/README.md | 1 - hooks/finding-post-processing/README.md.gotmpl | 4 ++-- hooks/generic-webhook/README.md | 1 - hooks/generic-webhook/README.md.gotmpl | 4 ++-- hooks/generic-webhook/templates/_helpers.tpl | 4 ++-- hooks/notification-hook/README.md | 1 - hooks/notification-hook/README.md.gotmpl | 4 ++-- hooks/notification-hook/templates/_helpers.tpl | 4 ++-- hooks/persistence-defectdojo/README.md | 1 - hooks/persistence-defectdojo/README.md.gotmpl | 4 ++-- hooks/persistence-defectdojo/templates/_helpers.tpl | 4 ++-- hooks/persistence-elastic/README.md | 1 - hooks/persistence-elastic/README.md.gotmpl | 4 ++-- hooks/persistence-elastic/templates/_helpers.tpl | 4 ++-- hooks/teams-webhook/README.md | 1 - hooks/teams-webhook/README.md.gotmpl | 4 ++-- hooks/teams-webhook/templates/_helpers.tpl | 4 ++-- hooks/update-field/README.md | 1 - hooks/update-field/README.md.gotmpl | 4 ++-- hooks/update-field/templates/_helpers.tpl | 4 ++-- operator/README.md | 1 - operator/README.md.gotmpl | 4 ++-- scanners/amass/README.md | 1 - scanners/amass/README.md.gotmpl | 4 ++-- scanners/angularjs-csti-scanner/README.md | 1 - scanners/angularjs-csti-scanner/README.md.gotmpl | 4 ++-- scanners/git-repo-scanner/README.md | 1 - scanners/git-repo-scanner/README.md.gotmpl | 4 ++-- scanners/gitleaks/README.md | 1 - scanners/gitleaks/README.md.gotmpl | 4 ++-- scanners/kube-hunter/README.md | 1 - scanners/kube-hunter/README.md.gotmpl | 4 ++-- scanners/kubeaudit/README.md | 1 - scanners/kubeaudit/README.md.gotmpl | 4 ++-- scanners/ncrack/README.md | 1 - scanners/ncrack/README.md.gotmpl | 4 ++-- scanners/nikto/README.md | 1 - scanners/nikto/README.md.gotmpl | 4 ++-- scanners/nmap/README.md | 1 - scanners/nmap/README.md.gotmpl | 4 ++-- scanners/screenshooter/README.md | 1 - scanners/screenshooter/README.md.gotmpl | 4 ++-- scanners/ssh-scan/README.md | 1 - scanners/ssh-scan/README.md.gotmpl | 4 ++-- scanners/sslyze/README.md | 1 - scanners/sslyze/README.md.gotmpl | 4 ++-- scanners/test-scan/README.md | 1 - scanners/test-scan/README.md.gotmpl | 4 ++-- scanners/trivy/README.md | 1 - scanners/trivy/README.md.gotmpl | 4 ++-- scanners/wpscan/README.md | 1 - scanners/wpscan/README.md.gotmpl | 4 ++-- scanners/zap-advanced/README.md | 9 ++++----- scanners/zap-advanced/README.md.gotmpl | 12 ++++++------ scanners/zap/README.md | 1 - scanners/zap/README.md.gotmpl | 4 ++-- 80 files changed, 102 insertions(+), 135 deletions(-) diff --git a/demo-apps/bodgeit/README.md b/demo-apps/bodgeit/README.md index 0da119b06b..cfe2ed31b9 100644 --- a/demo-apps/bodgeit/README.md +++ b/demo-apps/bodgeit/README.md @@ -1,4 +1,3 @@ - --- title: "Bodgeit" category: "target" diff --git a/demo-apps/bodgeit/README.md.gotmpl b/demo-apps/bodgeit/README.md.gotmpl index 00fa635acb..500961cfce 100644 --- a/demo-apps/bodgeit/README.md.gotmpl +++ b/demo-apps/bodgeit/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "Bodgeit" category: "target" diff --git a/demo-apps/bodgeit/templates/_helpers.tpl b/demo-apps/bodgeit/templates/_helpers.tpl index 84a930f5b3..f6f513950f 100644 --- a/demo-apps/bodgeit/templates/_helpers.tpl +++ b/demo-apps/bodgeit/templates/_helpers.tpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/demo-apps/dummy-ssh/README.md b/demo-apps/dummy-ssh/README.md index dc46519870..e4c0e65895 100644 --- a/demo-apps/dummy-ssh/README.md +++ b/demo-apps/dummy-ssh/README.md @@ -1,4 +1,3 @@ - # dummy-ssh ![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square) diff --git a/demo-apps/dummy-ssh/README.md.gotmpl b/demo-apps/dummy-ssh/README.md.gotmpl index 864d6af9b6..bb1b0f7b35 100644 --- a/demo-apps/dummy-ssh/README.md.gotmpl +++ b/demo-apps/dummy-ssh/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} # dummy-ssh ![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square) diff --git a/demo-apps/dummy-ssh/templates/_helpers.tpl b/demo-apps/dummy-ssh/templates/_helpers.tpl index 8984d85493..e0b4919d52 100644 --- a/demo-apps/dummy-ssh/templates/_helpers.tpl +++ b/demo-apps/dummy-ssh/templates/_helpers.tpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/demo-apps/http-webhook/README.md b/demo-apps/http-webhook/README.md index 06b9aedab9..0e7a1ea41c 100644 --- a/demo-apps/http-webhook/README.md +++ b/demo-apps/http-webhook/README.md @@ -1,4 +1,3 @@ - # http-webhook ![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) diff --git a/demo-apps/http-webhook/README.md.gotmpl b/demo-apps/http-webhook/README.md.gotmpl index cc8e1c7297..41f829e87b 100644 --- a/demo-apps/http-webhook/README.md.gotmpl +++ b/demo-apps/http-webhook/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} # http-webhook ![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) diff --git a/demo-apps/http-webhook/templates/_helpers.tpl b/demo-apps/http-webhook/templates/_helpers.tpl index 7b649eb2c2..0d2aab9d1d 100644 --- a/demo-apps/http-webhook/templates/_helpers.tpl +++ b/demo-apps/http-webhook/templates/_helpers.tpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/demo-apps/juice-shop/README.md b/demo-apps/juice-shop/README.md index f286d23cb2..211e3d0a47 100644 --- a/demo-apps/juice-shop/README.md +++ b/demo-apps/juice-shop/README.md @@ -1,4 +1,3 @@ - # juice-shop ![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v12.0.2](https://img.shields.io/badge/AppVersion-v12.0.2-informational?style=flat-square) diff --git a/demo-apps/juice-shop/README.md.gotmpl b/demo-apps/juice-shop/README.md.gotmpl index 84f1e0d5cb..1b1d3102e4 100644 --- a/demo-apps/juice-shop/README.md.gotmpl +++ b/demo-apps/juice-shop/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} # juice-shop ![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v12.0.2](https://img.shields.io/badge/AppVersion-v12.0.2-informational?style=flat-square) diff --git a/demo-apps/juice-shop/templates/_helpers.tpl b/demo-apps/juice-shop/templates/_helpers.tpl index d356798f4b..098af1dd45 100644 --- a/demo-apps/juice-shop/templates/_helpers.tpl +++ b/demo-apps/juice-shop/templates/_helpers.tpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/demo-apps/old-wordpress/README.md b/demo-apps/old-wordpress/README.md index ab868a642f..726509cfec 100644 --- a/demo-apps/old-wordpress/README.md +++ b/demo-apps/old-wordpress/README.md @@ -1,4 +1,3 @@ - # old-wordpress ![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0](https://img.shields.io/badge/AppVersion-4.0-informational?style=flat-square) diff --git a/demo-apps/old-wordpress/README.md.gotmpl b/demo-apps/old-wordpress/README.md.gotmpl index 44f32209c6..8374324c4f 100644 --- a/demo-apps/old-wordpress/README.md.gotmpl +++ b/demo-apps/old-wordpress/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} # old-wordpress ![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0](https://img.shields.io/badge/AppVersion-4.0-informational?style=flat-square) diff --git a/demo-apps/old-wordpress/templates/_helpers.tpl b/demo-apps/old-wordpress/templates/_helpers.tpl index 4e7a547bea..2a11dfc514 100644 --- a/demo-apps/old-wordpress/templates/_helpers.tpl +++ b/demo-apps/old-wordpress/templates/_helpers.tpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/demo-apps/swagger-petstore/README.md b/demo-apps/swagger-petstore/README.md index c056a9799a..2673a96f35 100644 --- a/demo-apps/swagger-petstore/README.md +++ b/demo-apps/swagger-petstore/README.md @@ -1,4 +1,3 @@ - # swagger-petstore ![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.3](https://img.shields.io/badge/AppVersion-1.0.3-informational?style=flat-square) diff --git a/demo-apps/swagger-petstore/README.md.gotmpl b/demo-apps/swagger-petstore/README.md.gotmpl index 95d993b25e..aedacbb035 100644 --- a/demo-apps/swagger-petstore/README.md.gotmpl +++ b/demo-apps/swagger-petstore/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} # swagger-petstore ![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.3](https://img.shields.io/badge/AppVersion-1.0.3-informational?style=flat-square) diff --git a/demo-apps/swagger-petstore/templates/_helpers.tpl b/demo-apps/swagger-petstore/templates/_helpers.tpl index b64c1e443c..9021c08315 100644 --- a/demo-apps/swagger-petstore/templates/_helpers.tpl +++ b/demo-apps/swagger-petstore/templates/_helpers.tpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/demo-apps/unsafe-https/README.md b/demo-apps/unsafe-https/README.md index bd801d1694..8099f1a9c9 100644 --- a/demo-apps/unsafe-https/README.md +++ b/demo-apps/unsafe-https/README.md @@ -1,4 +1,3 @@ - # unsafe-https ![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square) diff --git a/demo-apps/unsafe-https/README.md.gotmpl b/demo-apps/unsafe-https/README.md.gotmpl index 278d7d258b..66dd557940 100644 --- a/demo-apps/unsafe-https/README.md.gotmpl +++ b/demo-apps/unsafe-https/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} # unsafe-https ![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square) diff --git a/demo-apps/unsafe-https/templates/_helpers.tpl b/demo-apps/unsafe-https/templates/_helpers.tpl index f59bc3cd24..ec2f938346 100644 --- a/demo-apps/unsafe-https/templates/_helpers.tpl +++ b/demo-apps/unsafe-https/templates/_helpers.tpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/hooks/declarative-subsequent-scans/README.md b/hooks/declarative-subsequent-scans/README.md index f6cddb6fb9..72ff3e16c7 100644 --- a/hooks/declarative-subsequent-scans/README.md +++ b/hooks/declarative-subsequent-scans/README.md @@ -1,4 +1,3 @@ - --- title: "Cascading Scans" category: "hook" diff --git a/hooks/declarative-subsequent-scans/README.md.gotmpl b/hooks/declarative-subsequent-scans/README.md.gotmpl index 05c8bbff28..265a4c77cb 100644 --- a/hooks/declarative-subsequent-scans/README.md.gotmpl +++ b/hooks/declarative-subsequent-scans/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "Cascading Scans" category: "hook" diff --git a/hooks/declarative-subsequent-scans/templates/_helpers.tpl b/hooks/declarative-subsequent-scans/templates/_helpers.tpl index 41632cb51c..91073c6977 100644 --- a/hooks/declarative-subsequent-scans/templates/_helpers.tpl +++ b/hooks/declarative-subsequent-scans/templates/_helpers.tpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/hooks/finding-post-processing/README.md b/hooks/finding-post-processing/README.md index ddd12e041d..d79991e768 100644 --- a/hooks/finding-post-processing/README.md +++ b/hooks/finding-post-processing/README.md @@ -1,4 +1,3 @@ - --- title: "Finding Post Processing" category: "hook" diff --git a/hooks/finding-post-processing/README.md.gotmpl b/hooks/finding-post-processing/README.md.gotmpl index e2b8db8728..859e474663 100644 --- a/hooks/finding-post-processing/README.md.gotmpl +++ b/hooks/finding-post-processing/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "Finding Post Processing" category: "hook" diff --git a/hooks/generic-webhook/README.md b/hooks/generic-webhook/README.md index 8a5b9c2979..70c291b2b3 100644 --- a/hooks/generic-webhook/README.md +++ b/hooks/generic-webhook/README.md @@ -1,4 +1,3 @@ - --- title: "Generic WebHook" category: "hook" diff --git a/hooks/generic-webhook/README.md.gotmpl b/hooks/generic-webhook/README.md.gotmpl index a666693617..a22f66fa4d 100644 --- a/hooks/generic-webhook/README.md.gotmpl +++ b/hooks/generic-webhook/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "Generic WebHook" category: "hook" diff --git a/hooks/generic-webhook/templates/_helpers.tpl b/hooks/generic-webhook/templates/_helpers.tpl index 5a30e88d80..a02fa7e992 100644 --- a/hooks/generic-webhook/templates/_helpers.tpl +++ b/hooks/generic-webhook/templates/_helpers.tpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/hooks/notification-hook/README.md b/hooks/notification-hook/README.md index 15bb5f1133..4e921dbef6 100644 --- a/hooks/notification-hook/README.md +++ b/hooks/notification-hook/README.md @@ -1,4 +1,3 @@ - --- title: "Notification Hook" category: "hook" diff --git a/hooks/notification-hook/README.md.gotmpl b/hooks/notification-hook/README.md.gotmpl index 1cdc55f073..7499f6d46a 100644 --- a/hooks/notification-hook/README.md.gotmpl +++ b/hooks/notification-hook/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "Notification Hook" category: "hook" diff --git a/hooks/notification-hook/templates/_helpers.tpl b/hooks/notification-hook/templates/_helpers.tpl index 2450ff1b20..8243c3d182 100644 --- a/hooks/notification-hook/templates/_helpers.tpl +++ b/hooks/notification-hook/templates/_helpers.tpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/hooks/persistence-defectdojo/README.md b/hooks/persistence-defectdojo/README.md index fedac098dd..12e39ebe3b 100644 --- a/hooks/persistence-defectdojo/README.md +++ b/hooks/persistence-defectdojo/README.md @@ -1,4 +1,3 @@ - --- title: "DefectDojo" category: "hook" diff --git a/hooks/persistence-defectdojo/README.md.gotmpl b/hooks/persistence-defectdojo/README.md.gotmpl index 4cd386529c..1878f45eb9 100644 --- a/hooks/persistence-defectdojo/README.md.gotmpl +++ b/hooks/persistence-defectdojo/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "DefectDojo" category: "hook" diff --git a/hooks/persistence-defectdojo/templates/_helpers.tpl b/hooks/persistence-defectdojo/templates/_helpers.tpl index 24ed873e9c..e28b258896 100644 --- a/hooks/persistence-defectdojo/templates/_helpers.tpl +++ b/hooks/persistence-defectdojo/templates/_helpers.tpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/hooks/persistence-elastic/README.md b/hooks/persistence-elastic/README.md index a46645208a..e3df2d59c4 100644 --- a/hooks/persistence-elastic/README.md +++ b/hooks/persistence-elastic/README.md @@ -1,4 +1,3 @@ - --- title: "Elasticsearch" category: "hook" diff --git a/hooks/persistence-elastic/README.md.gotmpl b/hooks/persistence-elastic/README.md.gotmpl index 39e6b96554..18e0f67bc6 100644 --- a/hooks/persistence-elastic/README.md.gotmpl +++ b/hooks/persistence-elastic/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "Elasticsearch" category: "hook" diff --git a/hooks/persistence-elastic/templates/_helpers.tpl b/hooks/persistence-elastic/templates/_helpers.tpl index 311b6b53fc..17a1744ddd 100644 --- a/hooks/persistence-elastic/templates/_helpers.tpl +++ b/hooks/persistence-elastic/templates/_helpers.tpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/hooks/teams-webhook/README.md b/hooks/teams-webhook/README.md index d911570ad9..763f6dc250 100644 --- a/hooks/teams-webhook/README.md +++ b/hooks/teams-webhook/README.md @@ -1,4 +1,3 @@ - --- title: "MS Teams WebHook" category: "hook" diff --git a/hooks/teams-webhook/README.md.gotmpl b/hooks/teams-webhook/README.md.gotmpl index f91b9dedb5..dda68dcd47 100644 --- a/hooks/teams-webhook/README.md.gotmpl +++ b/hooks/teams-webhook/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "MS Teams WebHook" category: "hook" diff --git a/hooks/teams-webhook/templates/_helpers.tpl b/hooks/teams-webhook/templates/_helpers.tpl index 4616e5cbf1..b2f62acf97 100644 --- a/hooks/teams-webhook/templates/_helpers.tpl +++ b/hooks/teams-webhook/templates/_helpers.tpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/hooks/update-field/README.md b/hooks/update-field/README.md index 680a43d15b..93e529d2e9 100644 --- a/hooks/update-field/README.md +++ b/hooks/update-field/README.md @@ -1,4 +1,3 @@ - --- title: "Update Field" category: "hook" diff --git a/hooks/update-field/README.md.gotmpl b/hooks/update-field/README.md.gotmpl index 20f9a728e3..88b62f34f5 100644 --- a/hooks/update-field/README.md.gotmpl +++ b/hooks/update-field/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "Update Field" category: "hook" diff --git a/hooks/update-field/templates/_helpers.tpl b/hooks/update-field/templates/_helpers.tpl index da4d0fd409..9dcbcf8461 100644 --- a/hooks/update-field/templates/_helpers.tpl +++ b/hooks/update-field/templates/_helpers.tpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/operator/README.md b/operator/README.md index 662591e401..96a4256c4e 100644 --- a/operator/README.md +++ b/operator/README.md @@ -1,4 +1,3 @@ - ![operator logo](https://docs.securecodebox.io/img/Logo_Color.svg) The secureCodeBox operator is running on Kubernetes and is the core component of the complete secureCodeBox stack, responsible for managing all scans and resources. diff --git a/operator/README.md.gotmpl b/operator/README.md.gotmpl index 7c8314ed79..1149ced6f6 100644 --- a/operator/README.md.gotmpl +++ b/operator/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} ![operator logo](https://docs.securecodebox.io/img/Logo_Color.svg) The secureCodeBox operator is running on Kubernetes and is the core component of the complete secureCodeBox stack, responsible for managing all scans and resources. diff --git a/scanners/amass/README.md b/scanners/amass/README.md index 5ff287f179..d4c5cfe1b7 100644 --- a/scanners/amass/README.md +++ b/scanners/amass/README.md @@ -1,4 +1,3 @@ - --- title: "Amass" category: "scanner" diff --git a/scanners/amass/README.md.gotmpl b/scanners/amass/README.md.gotmpl index eb5ffbac6d..20bb6c408b 100644 --- a/scanners/amass/README.md.gotmpl +++ b/scanners/amass/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "Amass" category: "scanner" diff --git a/scanners/angularjs-csti-scanner/README.md b/scanners/angularjs-csti-scanner/README.md index 7e4beb07be..143be060c8 100644 --- a/scanners/angularjs-csti-scanner/README.md +++ b/scanners/angularjs-csti-scanner/README.md @@ -1,4 +1,3 @@ - --- title: "Angularjs CSTI Scanner" category: "scanner" diff --git a/scanners/angularjs-csti-scanner/README.md.gotmpl b/scanners/angularjs-csti-scanner/README.md.gotmpl index 30665c2899..1dfc8f8325 100644 --- a/scanners/angularjs-csti-scanner/README.md.gotmpl +++ b/scanners/angularjs-csti-scanner/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "Angularjs CSTI Scanner" category: "scanner" diff --git a/scanners/git-repo-scanner/README.md b/scanners/git-repo-scanner/README.md index 3b9a5857f7..e740240a3d 100644 --- a/scanners/git-repo-scanner/README.md +++ b/scanners/git-repo-scanner/README.md @@ -1,4 +1,3 @@ - --- title: "git-repo-scanner" category: "scanner" diff --git a/scanners/git-repo-scanner/README.md.gotmpl b/scanners/git-repo-scanner/README.md.gotmpl index 0ea06be235..5798f3dc8c 100644 --- a/scanners/git-repo-scanner/README.md.gotmpl +++ b/scanners/git-repo-scanner/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "git-repo-scanner" category: "scanner" diff --git a/scanners/gitleaks/README.md b/scanners/gitleaks/README.md index c7dd5a72d8..70dd2e477f 100644 --- a/scanners/gitleaks/README.md +++ b/scanners/gitleaks/README.md @@ -1,4 +1,3 @@ - --- title: "Gitleaks" category: "scanner" diff --git a/scanners/gitleaks/README.md.gotmpl b/scanners/gitleaks/README.md.gotmpl index 03e5781e73..4dc7de59bf 100644 --- a/scanners/gitleaks/README.md.gotmpl +++ b/scanners/gitleaks/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "Gitleaks" category: "scanner" diff --git a/scanners/kube-hunter/README.md b/scanners/kube-hunter/README.md index fd6b0be78b..97f6b73375 100644 --- a/scanners/kube-hunter/README.md +++ b/scanners/kube-hunter/README.md @@ -1,4 +1,3 @@ - --- title: "kube-hunter" category: "scanner" diff --git a/scanners/kube-hunter/README.md.gotmpl b/scanners/kube-hunter/README.md.gotmpl index d65343b2ae..49256d61b9 100644 --- a/scanners/kube-hunter/README.md.gotmpl +++ b/scanners/kube-hunter/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "kube-hunter" category: "scanner" diff --git a/scanners/kubeaudit/README.md b/scanners/kubeaudit/README.md index 86ab3e874c..db43922726 100644 --- a/scanners/kubeaudit/README.md +++ b/scanners/kubeaudit/README.md @@ -1,4 +1,3 @@ - --- title: "kubeaudit" category: "scanner" diff --git a/scanners/kubeaudit/README.md.gotmpl b/scanners/kubeaudit/README.md.gotmpl index 11403fb617..4fd76e8e50 100644 --- a/scanners/kubeaudit/README.md.gotmpl +++ b/scanners/kubeaudit/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "kubeaudit" category: "scanner" diff --git a/scanners/ncrack/README.md b/scanners/ncrack/README.md index 60fd06f0c2..120d9e5551 100644 --- a/scanners/ncrack/README.md +++ b/scanners/ncrack/README.md @@ -1,4 +1,3 @@ - --- title: "Ncrack" category: "scanner" diff --git a/scanners/ncrack/README.md.gotmpl b/scanners/ncrack/README.md.gotmpl index 1dd3a0fdf4..7ba581d0ff 100644 --- a/scanners/ncrack/README.md.gotmpl +++ b/scanners/ncrack/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "Ncrack" category: "scanner" diff --git a/scanners/nikto/README.md b/scanners/nikto/README.md index 4a5e74a2dc..4cef2af09f 100644 --- a/scanners/nikto/README.md +++ b/scanners/nikto/README.md @@ -1,4 +1,3 @@ - --- title: "Nikto" category: "scanner" diff --git a/scanners/nikto/README.md.gotmpl b/scanners/nikto/README.md.gotmpl index 8b9e3538f3..aa0d8e5b68 100644 --- a/scanners/nikto/README.md.gotmpl +++ b/scanners/nikto/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "Nikto" category: "scanner" diff --git a/scanners/nmap/README.md b/scanners/nmap/README.md index c55863ce18..bc3b97f97c 100644 --- a/scanners/nmap/README.md +++ b/scanners/nmap/README.md @@ -1,4 +1,3 @@ - --- title: "Nmap" category: "scanner" diff --git a/scanners/nmap/README.md.gotmpl b/scanners/nmap/README.md.gotmpl index 40cf746165..016d4d0403 100644 --- a/scanners/nmap/README.md.gotmpl +++ b/scanners/nmap/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "Nmap" category: "scanner" diff --git a/scanners/screenshooter/README.md b/scanners/screenshooter/README.md index e6e6165435..0af59910a9 100644 --- a/scanners/screenshooter/README.md +++ b/scanners/screenshooter/README.md @@ -1,4 +1,3 @@ - --- title: "Screenshooter" category: "scanner" diff --git a/scanners/screenshooter/README.md.gotmpl b/scanners/screenshooter/README.md.gotmpl index b1eca8e471..d414691740 100644 --- a/scanners/screenshooter/README.md.gotmpl +++ b/scanners/screenshooter/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "Screenshooter" category: "scanner" diff --git a/scanners/ssh-scan/README.md b/scanners/ssh-scan/README.md index 1a9f9392b6..87b566160c 100644 --- a/scanners/ssh-scan/README.md +++ b/scanners/ssh-scan/README.md @@ -1,4 +1,3 @@ - --- title: "SSH" category: "scanner" diff --git a/scanners/ssh-scan/README.md.gotmpl b/scanners/ssh-scan/README.md.gotmpl index 92fde003de..c524fc3141 100644 --- a/scanners/ssh-scan/README.md.gotmpl +++ b/scanners/ssh-scan/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "SSH" category: "scanner" diff --git a/scanners/sslyze/README.md b/scanners/sslyze/README.md index 32326db35b..92da51b267 100644 --- a/scanners/sslyze/README.md +++ b/scanners/sslyze/README.md @@ -1,4 +1,3 @@ - --- title: "SSLyze" category: "scanner" diff --git a/scanners/sslyze/README.md.gotmpl b/scanners/sslyze/README.md.gotmpl index 4e61803d89..5ff17bdc50 100644 --- a/scanners/sslyze/README.md.gotmpl +++ b/scanners/sslyze/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "SSLyze" category: "scanner" diff --git a/scanners/test-scan/README.md b/scanners/test-scan/README.md index c0447c5502..94835648c2 100644 --- a/scanners/test-scan/README.md +++ b/scanners/test-scan/README.md @@ -1,4 +1,3 @@ - --- title: "test-scan" hidden: true diff --git a/scanners/test-scan/README.md.gotmpl b/scanners/test-scan/README.md.gotmpl index 55c9b2ec4d..9c6b156ef1 100644 --- a/scanners/test-scan/README.md.gotmpl +++ b/scanners/test-scan/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "test-scan" hidden: true diff --git a/scanners/trivy/README.md b/scanners/trivy/README.md index cc06c4f0d8..442b12e8f0 100644 --- a/scanners/trivy/README.md +++ b/scanners/trivy/README.md @@ -1,4 +1,3 @@ - --- title: "Trivy" category: "scanner" diff --git a/scanners/trivy/README.md.gotmpl b/scanners/trivy/README.md.gotmpl index fdf91781b2..ef8ab8874f 100644 --- a/scanners/trivy/README.md.gotmpl +++ b/scanners/trivy/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "Trivy" category: "scanner" diff --git a/scanners/wpscan/README.md b/scanners/wpscan/README.md index 533674d907..af5079951b 100644 --- a/scanners/wpscan/README.md +++ b/scanners/wpscan/README.md @@ -1,4 +1,3 @@ - --- title: 'WPScan' path: 'scanners/wpscan' diff --git a/scanners/wpscan/README.md.gotmpl b/scanners/wpscan/README.md.gotmpl index 227971bfd9..1218e10dbd 100644 --- a/scanners/wpscan/README.md.gotmpl +++ b/scanners/wpscan/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: 'WPScan' path: 'scanners/wpscan' diff --git a/scanners/zap-advanced/README.md b/scanners/zap-advanced/README.md index 837e5a40bb..6524d7e810 100644 --- a/scanners/zap-advanced/README.md +++ b/scanners/zap-advanced/README.md @@ -1,4 +1,3 @@ - --- title: "ZAP Advanced" category: "scanner" @@ -17,14 +16,14 @@ To learn more about the OWASP ZAP scanner itself visit: [https://www.zaproxy.org -The secureCodeBox provides two different scanner charts (`zap, `zap-advanced`) to automate ZAP WebApplication security scans. The first one `zap` comes with three scanTypes: +The secureCodeBox provides two different scanner charts (`zap`, `zap-advanced`) to automate ZAP WebApplication security scans. The first one `zap` comes with three scanTypes: - `zap-baseline-scan` - `zap-full-scan` - `zap-api-scan` All three scanTypes can be configured via CLI arguments which are somehow a bit limited for some advanced usecases, e.g. using custom zap scripts or configuring complex authentication settings. -That's why we introduced this `zap-advanced` scanner chart, which introduces extensive YAML configuration options for ZAP. The YAML configuration can be splitted in multiple files and will be merged at start. +That's why we introduced this `zap-advanced` scanner chart, which introduces extensive YAML configuration options for ZAP. The YAML configuration can be split in multiple files and will be merged at start. ## Deployment @@ -36,9 +35,9 @@ helm upgrade --install zap-advanced secureCodeBox/zap-advanced ## Scanner Configuration -By default the secureCodeBox ZAP Helm Chart installs the scanType `zap-advanced-scan` along with an minimal _default configuration_ based on the HelmChart value `zapConfiguration`. The configuration will be stored in a dedicate scanType specific _configMap_ named `zap-advanced-scantype-config`. Feel free to use the `configMap` or even the HelmChart values to adjust the advanced ZAP configuration settings according to your needs. Details about the different configuration options can be found below. +By default, the secureCodeBox ZAP Helm Chart installs the scanType `zap-advanced-scan` along with a minimal _default configuration_ based on the HelmChart value `zapConfiguration`. The configuration will be stored in a dedicate scanType specific _configMap_ named `zap-advanced-scantype-config`. Feel free to use the `configMap` or even the HelmChart values to adjust the advanced ZAP configuration settings according to your needs. Details about the different configuration options can be found below. -Additionally there will be some ZAP Scripts included, these are stored in the corresponding configMaps `zap-scripts-authentication` and `zap-scripts-session`. Scripts can be used to implement a specific behavior or even new authentication patterns, which are not supported by ZAP out of the box. Feel free to add additional scripts in your own, if you need them. +Additionally, there will be some ZAP Scripts included, these are stored in the corresponding configMaps `zap-scripts-authentication` and `zap-scripts-session`. Scripts can be used to implement a specific behavior or even new authentication patterns, which are not supported by ZAP out of the box. Feel free to add additional scripts in your own, if you need them. ```bash ┌────────────────────────────────────────┐ diff --git a/scanners/zap-advanced/README.md.gotmpl b/scanners/zap-advanced/README.md.gotmpl index ee1047be19..4dc13d83f8 100644 --- a/scanners/zap-advanced/README.md.gotmpl +++ b/scanners/zap-advanced/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2021 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "ZAP Advanced" category: "scanner" @@ -21,14 +21,14 @@ To learn more about the OWASP ZAP scanner itself visit: [https://www.zaproxy.org -The secureCodeBox provides two different scanner charts (`zap, `zap-advanced`) to automate ZAP WebApplication security scans. The first one `zap` comes with three scanTypes: +The secureCodeBox provides two different scanner charts (`zap`, `zap-advanced`) to automate ZAP WebApplication security scans. The first one `zap` comes with three scanTypes: - `zap-baseline-scan` - `zap-full-scan` - `zap-api-scan` All three scanTypes can be configured via CLI arguments which are somehow a bit limited for some advanced usecases, e.g. using custom zap scripts or configuring complex authentication settings. -That's why we introduced this `zap-advanced` scanner chart, which introduces extensive YAML configuration options for ZAP. The YAML configuration can be splitted in multiple files and will be merged at start. +That's why we introduced this `zap-advanced` scanner chart, which introduces extensive YAML configuration options for ZAP. The YAML configuration can be split in multiple files and will be merged at start. ## Deployment @@ -40,9 +40,9 @@ helm upgrade --install zap-advanced secureCodeBox/zap-advanced ## Scanner Configuration -By default the secureCodeBox ZAP Helm Chart installs the scanType `zap-advanced-scan` along with an minimal _default configuration_ based on the HelmChart value `zapConfiguration`. The configuration will be stored in a dedicate scanType specific _configMap_ named `zap-advanced-scantype-config`. Feel free to use the `configMap` or even the HelmChart values to adjust the advanced ZAP configuration settings according to your needs. Details about the different configuration options can be found below. +By default, the secureCodeBox ZAP Helm Chart installs the scanType `zap-advanced-scan` along with a minimal _default configuration_ based on the HelmChart value `zapConfiguration`. The configuration will be stored in a dedicate scanType specific _configMap_ named `zap-advanced-scantype-config`. Feel free to use the `configMap` or even the HelmChart values to adjust the advanced ZAP configuration settings according to your needs. Details about the different configuration options can be found below. -Additionally there will be some ZAP Scripts included, these are stored in the corresponding configMaps `zap-scripts-authentication` and `zap-scripts-session`. Scripts can be used to implement a specific behavior or even new authentication patterns, which are not supported by ZAP out of the box. Feel free to add additional scripts in your own, if you need them. +Additionally, there will be some ZAP Scripts included, these are stored in the corresponding configMaps `zap-scripts-authentication` and `zap-scripts-session`. Scripts can be used to implement a specific behavior or even new authentication patterns, which are not supported by ZAP out of the box. Feel free to add additional scripts in your own, if you need them. ```bash ┌────────────────────────────────────────┐ diff --git a/scanners/zap/README.md b/scanners/zap/README.md index abc66ec15a..aa2a3aae85 100644 --- a/scanners/zap/README.md +++ b/scanners/zap/README.md @@ -1,4 +1,3 @@ - --- title: "ZAP" category: "scanner" diff --git a/scanners/zap/README.md.gotmpl b/scanners/zap/README.md.gotmpl index 7ed8aaefab..fbaba32195 100644 --- a/scanners/zap/README.md.gotmpl +++ b/scanners/zap/README.md.gotmpl @@ -1,8 +1,8 @@ -{{/* +{{- /* SPDX-FileCopyrightText: 2020 iteratec GmbH SPDX-License-Identifier: Apache-2.0 -*/}} +*/ -}} --- title: "ZAP" category: "scanner"