From 27c50027396a618842e11d72db731dd422aa2a6f Mon Sep 17 00:00:00 2001 From: secureCodeBoxBot Date: Tue, 2 Nov 2021 09:32:41 +0000 Subject: [PATCH 1/4] Upgrading semgrep from 0.70.0 to 0.71.0 Signed-off-by: secureCodeBoxBot --- scanners/semgrep/Chart.yaml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/scanners/semgrep/Chart.yaml b/scanners/semgrep/Chart.yaml index c93e694fcf..f8ce3043a7 100644 --- a/scanners/semgrep/Chart.yaml +++ b/scanners/semgrep/Chart.yaml @@ -1,7 +1,6 @@ apiVersion: v2 name: semgrep description: A Helm chart for the semgrep semantic code analyzer that integrates with the secureCodeBox - # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives @@ -11,35 +10,27 @@ description: A Helm chart for the semgrep semantic code analyzer that integrates # a dependency of application charts to inject those utilities and functions into the rendering # pipeline. Library charts do not define any templates and therefore cannot be deployed. type: application - # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) version: "v3.1.0-alpha1" - # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.70.0" - +appVersion: "v0.71.0" versionApi: https://api.github.com/repos/returntocorp/semgrep/releases/latest - kubeVersion: ">=v1.11.0-0" - home: https://docs.securecodebox.io/docs/scanners/semgrep -icon: https://docs.securecodebox.io/img/integrationIcons/semgrep.svg # TODO: Add this - +icon: https://docs.securecodebox.io/img/integrationIcons/semgrep.svg # TODO: Add this sources: - https://github.com/secureCodeBox/secureCodeBox - maintainers: - name: iteratec GmbH - email: secureCodeBox@iteratec.com - keywords: - security - semgrep - SAST - staticanalysis - - secureCodeBox \ No newline at end of file + - secureCodeBox From d4078e75a2b530f16238d3c10cd03740e10279e4 Mon Sep 17 00:00:00 2001 From: Ilyes Ben Dlala Date: Wed, 3 Nov 2021 13:05:32 +0100 Subject: [PATCH 2/4] Fixing release version to match the docker version Signed-off-by: Ilyes Ben Dlala --- scanners/semgrep/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scanners/semgrep/Chart.yaml b/scanners/semgrep/Chart.yaml index f8ce3043a7..42416523b4 100644 --- a/scanners/semgrep/Chart.yaml +++ b/scanners/semgrep/Chart.yaml @@ -18,7 +18,7 @@ version: "v3.1.0-alpha1" # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.71.0" +appVersion: "0.71.0" versionApi: https://api.github.com/repos/returntocorp/semgrep/releases/latest kubeVersion: ">=v1.11.0-0" home: https://docs.securecodebox.io/docs/scanners/semgrep From 0ff9190d7fe82f66af7ea62f92f90af910eb02db Mon Sep 17 00:00:00 2001 From: Ilyesbdlala Date: Wed, 3 Nov 2021 12:06:11 +0000 Subject: [PATCH 3/4] Updating Helm Docs Signed-off-by: GitHub Actions --- scanners/semgrep/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scanners/semgrep/README.md b/scanners/semgrep/README.md index edcbcb31b6..fa4d46e74c 100644 --- a/scanners/semgrep/README.md +++ b/scanners/semgrep/README.md @@ -3,7 +3,7 @@ title: "Semgrep" category: "scanner" type: "Repository" state: "released" -appVersion: "0.70.0" +appVersion: "0.71.0" usecase: "Static Code Analysis" --- From 95cc82dde52d9daa876cd7f35a08acccfc97d7db Mon Sep 17 00:00:00 2001 From: Max Maass Date: Thu, 4 Nov 2021 14:24:29 +0100 Subject: [PATCH 4/4] Empty commit to run CI Signed-off-by: Max Maass