From 2d3015fa2207264fdc90d920e352ade8d110746a Mon Sep 17 00:00:00 2001 From: secureCodeBoxBot Date: Tue, 1 Oct 2024 09:23:30 +0000 Subject: [PATCH] Upgrading doggo from v1.0.4 to v1.0.5 Signed-off-by: secureCodeBoxBot --- scanners/doggo/Chart.yaml | 2 +- scanners/doggo/README.md | 2 +- scanners/doggo/docs/README.DockerHub-Parser.md | 2 +- scanners/doggo/docs/README.DockerHub-Scanner.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scanners/doggo/Chart.yaml b/scanners/doggo/Chart.yaml index 575b43ebf1..8a869343a3 100644 --- a/scanners/doggo/Chart.yaml +++ b/scanners/doggo/Chart.yaml @@ -8,7 +8,7 @@ description: A Helm chart for the doggo based DNS Client that integrates with th type: application # version - gets automatically set to the secureCodeBox release version when the helm charts gets published version: v3.1.0-alpha1 -appVersion: "v1.0.4" +appVersion: "v1.0.5" kubeVersion: ">=v1.11.0-0" annotations: versionApi: https://api.github.com/repos/mr-karan/doggo/releases/latest diff --git a/scanners/doggo/README.md b/scanners/doggo/README.md index 74132d3d2d..b768a34072 100644 --- a/scanners/doggo/README.md +++ b/scanners/doggo/README.md @@ -3,7 +3,7 @@ title: "doggo" category: "scanner" type: "Network" state: "released" -appVersion: "v1.0.4" +appVersion: "v1.0.5" usecase: "DNS client (like dig)" --- diff --git a/scanners/doggo/docs/README.DockerHub-Parser.md b/scanners/doggo/docs/README.DockerHub-Parser.md index d7a73e7d00..791de9c033 100644 --- a/scanners/doggo/docs/README.DockerHub-Parser.md +++ b/scanners/doggo/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. `v1.0.4` +- tagged releases, e.g. `v1.0.5` ## 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/doggo. diff --git a/scanners/doggo/docs/README.DockerHub-Scanner.md b/scanners/doggo/docs/README.DockerHub-Scanner.md index d98238ae1c..f0c55e573d 100644 --- a/scanners/doggo/docs/README.DockerHub-Scanner.md +++ b/scanners/doggo/docs/README.DockerHub-Scanner.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. `v1.0.4` +- tagged releases, e.g. `v1.0.5` ## How to use this image This `scanner` image is intended to work in combination with the corresponding `parser` image to parse the scanner `findings` to generic secureCodeBox results. For more information details please take a look at the [project page][scb-docs] or [documentation page][https://www.securecodebox.io/docs/scanners/doggo].