From e420c19e92eb4159ccc026dad2892bd5a1b3ea20 Mon Sep 17 00:00:00 2001 From: secureCodeBoxBot Date: Sat, 11 Jan 2025 09:22:11 +0000 Subject: [PATCH] Upgrading zap from 2.15.0 to 2.16.0 Signed-off-by: secureCodeBoxBot --- scanners/zap/Chart.yaml | 2 +- scanners/zap/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scanners/zap/Chart.yaml b/scanners/zap/Chart.yaml index 9926b63fab..553941f432 100644 --- a/scanners/zap/Chart.yaml +++ b/scanners/zap/Chart.yaml @@ -8,7 +8,7 @@ description: A Helm chart for the ZAP security scanner that integrates with the type: application # version - gets automatically set to the secureCodeBox release version when the helm charts gets published version: v3.1.0-alpha1 -appVersion: "2.15.0" +appVersion: "2.16.0" kubeVersion: ">=v1.11.0-0" annotations: versionApi: https://api.github.com/repos/zaproxy/zaproxy/releases/latest diff --git a/scanners/zap/README.md b/scanners/zap/README.md index cffafdb5ae..b3b2673271 100644 --- a/scanners/zap/README.md +++ b/scanners/zap/README.md @@ -3,7 +3,7 @@ title: "ZAP" category: "scanner" type: "WebApplication" state: "released" -appVersion: "2.15.0" +appVersion: "2.16.0" usecase: "WebApp & OpenAPI Vulnerability Scanner" ---