From 9cc8423c6c55ad9da6bdadd4963d9d2c8838ccf4 Mon Sep 17 00:00:00 2001 From: secureCodeBoxBot Date: Sat, 29 Jul 2023 09:18:51 +0000 Subject: [PATCH] Upgrading semgrep from 1.34.0 to 1.34.1 Signed-off-by: secureCodeBoxBot --- scanners/semgrep/Chart.yaml | 2 +- scanners/semgrep/README.md | 2 +- scanners/semgrep/docs/README.DockerHub-Parser.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scanners/semgrep/Chart.yaml b/scanners/semgrep/Chart.yaml index 4ea710254c..eec79905b9 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: "1.34.0" +appVersion: "1.34.1" annotations: versionApi: https://api.github.com/repos/returntocorp/semgrep/releases/latest supported-platforms: linux/amd64 diff --git a/scanners/semgrep/README.md b/scanners/semgrep/README.md index c2530a9c30..ba05ad0ce3 100644 --- a/scanners/semgrep/README.md +++ b/scanners/semgrep/README.md @@ -3,7 +3,7 @@ title: "Semgrep" category: "scanner" type: "Repository" state: "released" -appVersion: "1.34.0" +appVersion: "1.34.1" usecase: "Static Code Analysis" --- diff --git a/scanners/semgrep/docs/README.DockerHub-Parser.md b/scanners/semgrep/docs/README.DockerHub-Parser.md index 6fd0513fd9..da70ae79b6 100644 --- a/scanners/semgrep/docs/README.DockerHub-Parser.md +++ b/scanners/semgrep/docs/README.DockerHub-Parser.md @@ -42,7 +42,7 @@ You can find resources to help you get started on our [documentation website](ht ## Supported Tags - `latest` (represents the latest stable release build) -- tagged releases, e.g. `1.34.0` +- tagged releases, e.g. `1.34.1` ## How to use this image This `parser` image is intended to work in combination with the corresponding security scanner docker image to parse the `findings` results. For more information details please take a look at the documentation page: https://www.securecodebox.io/docs/scanners/semgrep.