diff --git a/scanners/whatweb/Chart.yaml b/scanners/whatweb/Chart.yaml index a58920eabf..7327315683 100644 --- a/scanners/whatweb/Chart.yaml +++ b/scanners/whatweb/Chart.yaml @@ -5,18 +5,15 @@ apiVersion: v2 name: whatweb description: A Helm chart for the whatweb security Scanner 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: "v6.0.1" kubeVersion: ">=v1.11.0-0" - annotations: versionApi: https://api.github.com/repos/urbanadventurer/WhatWeb/releases/latest # supported cpu architectures for which docker images for the scanner should be build supported-platforms: linux/amd64 - keywords: - security - whatweb diff --git a/scanners/whatweb/README.md b/scanners/whatweb/README.md index 07fe5e9c46..37723438e0 100644 --- a/scanners/whatweb/README.md +++ b/scanners/whatweb/README.md @@ -3,7 +3,7 @@ title: "Whatweb" category: "scanner" type: "Network" state: "released" -appVersion: "v0.5.5" +appVersion: "v6.0.1" usecase: "Website identification" --- diff --git a/scanners/whatweb/docs/README.DockerHub-Parser.md b/scanners/whatweb/docs/README.DockerHub-Parser.md index 7b2a865099..267f217885 100644 --- a/scanners/whatweb/docs/README.DockerHub-Parser.md +++ b/scanners/whatweb/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. `v6.0.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/Whatweb. diff --git a/scanners/whatweb/docs/README.DockerHub-Scanner.md b/scanners/whatweb/docs/README.DockerHub-Scanner.md index fe602efc1c..8ca3668aac 100644 --- a/scanners/whatweb/docs/README.DockerHub-Scanner.md +++ b/scanners/whatweb/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. `v6.0.1` ## 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/Whatweb].