From 710c536096ba8557c48c16a86569d31e7e974384 Mon Sep 17 00:00:00 2001 From: secureCodeBoxBot Date: Sat, 25 Jan 2025 09:22:13 +0000 Subject: [PATCH 1/2] Upgrading gitleaks from v8.23.1 to v8.23.2 Signed-off-by: secureCodeBoxBot --- scanners/gitleaks/Chart.yaml | 2 +- scanners/gitleaks/README.md | 2 +- scanners/gitleaks/docs/README.DockerHub-Parser.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scanners/gitleaks/Chart.yaml b/scanners/gitleaks/Chart.yaml index 1d3e126ec3..ab60cc2d60 100644 --- a/scanners/gitleaks/Chart.yaml +++ b/scanners/gitleaks/Chart.yaml @@ -8,7 +8,7 @@ description: A Helm chart for the gitleaks repository scanner that integrates wi type: application # version - gets automatically set to the secureCodeBox release version when the helm charts gets published version: v3.1.0-alpha1 -appVersion: "v8.23.1" +appVersion: "v8.23.2" kubeVersion: ">=v1.11.0-0" annotations: versionApi: https://api.github.com/repos/zricethezav/gitleaks/releases/latest diff --git a/scanners/gitleaks/README.md b/scanners/gitleaks/README.md index ca42e1ed14..7fd811bde8 100644 --- a/scanners/gitleaks/README.md +++ b/scanners/gitleaks/README.md @@ -3,7 +3,7 @@ title: "Gitleaks" category: "scanner" type: "Repository" state: "released" -appVersion: "v8.23.1" +appVersion: "v8.23.2" usecase: "Find potential secrets in repositories" --- diff --git a/scanners/gitleaks/docs/README.DockerHub-Parser.md b/scanners/gitleaks/docs/README.DockerHub-Parser.md index 95072d238d..62eadd7244 100644 --- a/scanners/gitleaks/docs/README.DockerHub-Parser.md +++ b/scanners/gitleaks/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. `v8.23.1` +- tagged releases, e.g. `v8.23.2` ## 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/gitleaks. From 684f6ad0d5aa82d60e07bdc14ae13051872287aa Mon Sep 17 00:00:00 2001 From: Ilyes Ben Dlala Date: Tue, 28 Jan 2025 13:07:09 +0100 Subject: [PATCH 2/2] Updated doggo integration test snapshots Signed-off-by: Ilyes Ben Dlala --- scanners/doggo/integration-tests/doggo.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scanners/doggo/integration-tests/doggo.test.js b/scanners/doggo/integration-tests/doggo.test.js index 2ebcf17b0d..6b3bec36c8 100644 --- a/scanners/doggo/integration-tests/doggo.test.js +++ b/scanners/doggo/integration-tests/doggo.test.js @@ -24,12 +24,12 @@ test( expect(count).toBeGreaterThanOrEqual(1); expect(categories).toMatchInlineSnapshot(` { - "DNS Information": 1, + "DNS Information": 6, } `); expect(severities).toMatchInlineSnapshot(` { - "informational": 1, + "informational": 6, } `); },