From 0c53d86726b772041f3a74ddde180d84aa79e165 Mon Sep 17 00:00:00 2001 From: secureCodeBoxBot Date: Tue, 16 Nov 2021 09:31:37 +0000 Subject: [PATCH] Upgrading ssh-scan from 0.0.44 to null ## Release changes : null Signed-off-by: secureCodeBoxBot --- scanners/ssh-scan/Chart.yaml | 5 +---- scanners/ssh-scan/README.md | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/scanners/ssh-scan/Chart.yaml b/scanners/ssh-scan/Chart.yaml index 0b632f5cc4..6fd4fcf57c 100644 --- a/scanners/ssh-scan/Chart.yaml +++ b/scanners/ssh-scan/Chart.yaml @@ -5,16 +5,13 @@ apiVersion: v2 name: ssh-scan description: A Helm chart for the SSH_Scan 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: "0.0.44" +appVersion: "vnull" kubeVersion: ">=v1.11.0-0" - annotations: versionApi: https://api.github.com/repos/mozilla/ssh_scan/releases/latest - keywords: - security - ssh diff --git a/scanners/ssh-scan/README.md b/scanners/ssh-scan/README.md index b12dd7af41..729460fbcd 100644 --- a/scanners/ssh-scan/README.md +++ b/scanners/ssh-scan/README.md @@ -3,7 +3,7 @@ title: "SSH" category: "scanner" type: "SSH" state: "released" -appVersion: "0.0.44" +appVersion: "vnull" usecase: "SSH Configuration and Policy Scanner" ---