From 95555c8c65ce9e5a450b711315d0a69ea6737747 Mon Sep 17 00:00:00 2001 From: secureCodeBoxBot Date: Fri, 19 Jun 2026 10:52:28 +0000 Subject: [PATCH] Upgrading trivy from 0.71.1 to 0.71.2 Signed-off-by: secureCodeBoxBot --- scanners/trivy/Chart.yaml | 2 +- scanners/trivy/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scanners/trivy/Chart.yaml b/scanners/trivy/Chart.yaml index 2a6a822240..7168f2172a 100644 --- a/scanners/trivy/Chart.yaml +++ b/scanners/trivy/Chart.yaml @@ -8,7 +8,7 @@ description: A Helm chart for the trivy security scanner that integrates with th type: application # version - gets automatically set to the secureCodeBox release version when the helm charts gets published version: v3.1.0-alpha1 -appVersion: "0.71.1" +appVersion: "0.71.2" kubeVersion: ">=v1.11.0-0" annotations: versionApi: https://api.github.com/repos/aquasecurity/trivy/releases/latest diff --git a/scanners/trivy/README.md b/scanners/trivy/README.md index d15bf7592e..98c3a4c129 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.71.1" +appVersion: "0.71.2" usecase: "Container Vulnerability Scanner" ---