diff --git a/scanners/trivy/Chart.yaml b/scanners/trivy/Chart.yaml index 137f44d942..2d64d7e83d 100644 --- a/scanners/trivy/Chart.yaml +++ b/scanners/trivy/Chart.yaml @@ -5,15 +5,12 @@ apiVersion: v2 name: trivy description: A Helm chart for the trivy 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.19.2" +appVersion: "0.20.1" kubeVersion: ">=v1.11.0-0" - versionApi: https://api.github.com/repos/aquasecurity/trivy/releases/latest - keywords: - security - trivy diff --git a/scanners/trivy/README.md b/scanners/trivy/README.md index 3ffde9c7aa..bd94d8ea92 100644 --- a/scanners/trivy/README.md +++ b/scanners/trivy/README.md @@ -3,7 +3,7 @@ title: "Trivy" category: "scanner" type: "Container" state: "released" -appVersion: "0.19.2" +appVersion: "0.20.1" usecase: "Container Vulnerability Scanner" ---