diff --git a/scanners/doggo/Chart.yaml b/scanners/doggo/Chart.yaml index 12433c2c64..b4dacf63fd 100644 --- a/scanners/doggo/Chart.yaml +++ b/scanners/doggo/Chart.yaml @@ -5,11 +5,10 @@ apiVersion: v2 name: doggo description: A Helm chart for the doggo based DNS Client that integrates with the secureCodeBox. - type: application # version - gets automatically set to the secureCodeBox release version when the helm charts gets published version: v3.1.0-alpha1 -appVersion: "v0.5.5" +appVersion: "v0.5.6" 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 ef7b107c2c..8ff5e27174 100644 --- a/scanners/doggo/README.md +++ b/scanners/doggo/README.md @@ -3,7 +3,7 @@ title: "doggo" category: "scanner" type: "Network" state: "released" -appVersion: "v0.5.5" +appVersion: "v0.5.6" usecase: "DNS client (like dig)" --- diff --git a/scanners/doggo/docs/README.DockerHub-Parser.md b/scanners/doggo/docs/README.DockerHub-Parser.md index f3825e57c8..c094c789ce 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. `v0.5.5` +- tagged releases, e.g. `v0.5.6` ## 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 8282b6356a..2a3337e7f3 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. `v0.5.5` +- tagged releases, e.g. `v0.5.6` ## 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].