From 6ccc06a0fba4c9a2178db1d24e1a96e668505068 Mon Sep 17 00:00:00 2001 From: secureCodeBoxBot Date: Fri, 8 Sep 2023 09:19:47 +0000 Subject: [PATCH] Upgrading ssh-audit from v2.9.0 to v3.0.0 Signed-off-by: secureCodeBoxBot --- scanners/ssh-audit/Chart.yaml | 10 ++-------- scanners/ssh-audit/README.md | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/scanners/ssh-audit/Chart.yaml b/scanners/ssh-audit/Chart.yaml index 1841394e55..3a221df373 100644 --- a/scanners/ssh-audit/Chart.yaml +++ b/scanners/ssh-audit/Chart.yaml @@ -5,27 +5,21 @@ apiVersion: v2 name: ssh-audit description: A Helm chart for Kubernetes - type: application version: v3.1.0-alpha1 - -appVersion: "v2.9.0" +appVersion: "v3.0.0" kubeVersion: ">=v1.11.0-0" - annotations: versionApi: https://api.github.com/repos/jtesta/ssh-audit/releases/latest # supported cpu architectures for which docker images for the scanner should be build supported-platforms: linux/amd64 - keywords: - security - ssh - scanner - secureCodeBox - sources: - https://github.com/secureCodeBox/secureCodeBox - maintainers: - name: iteratec GmbH - email: secureCodeBox@iteratec.com \ No newline at end of file + email: secureCodeBox@iteratec.com diff --git a/scanners/ssh-audit/README.md b/scanners/ssh-audit/README.md index 0d358e8b50..ac87e2cf28 100644 --- a/scanners/ssh-audit/README.md +++ b/scanners/ssh-audit/README.md @@ -3,7 +3,7 @@ title: "SSH-audit" category: "scanner" type: "SSH" state: "released" -appVersion: "v2.9.0" +appVersion: "v3.0.0" usecase: "SSH Configuration and Policy Scanner" ---