From 51389764ba353484b2a8c7033331bf733539d5ec Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach Date: Fri, 23 Aug 2024 10:41:58 +0200 Subject: [PATCH 1/2] Update Zap Automation Framework Version to 2.15.0 Signed-off-by: Jannik Hollenbach --- scanners/zap-automation-framework/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scanners/zap-automation-framework/Chart.yaml b/scanners/zap-automation-framework/Chart.yaml index 2dafccd58d..a1ec7154e0 100644 --- a/scanners/zap-automation-framework/Chart.yaml +++ b/scanners/zap-automation-framework/Chart.yaml @@ -8,7 +8,7 @@ description: A Helm chart for the ZAP Automation Framework that integrates with type: application # version - gets automatically set to the secureCodeBox release version when the helm charts gets published version: v3.1.0-alpha1 -appVersion: "2.14.0" +appVersion: "2.15.0" kubeVersion: ">=v1.11.0-0" annotations: versionApi: https://api.github.com/repos/zaproxy/zaproxy/releases/latest From 34337c2e4ea3796e179d3ad86d575b78c2a74891 Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach Date: Fri, 23 Aug 2024 10:42:25 +0200 Subject: [PATCH 2/2] Add ZAP Automation Framework Version to SCB Bot Signed-off-by: Jannik Hollenbach --- .github/workflows/scb-bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scb-bot.yaml b/.github/workflows/scb-bot.yaml index faaab7b1b7..a4fef4eccf 100644 --- a/.github/workflows/scb-bot.yaml +++ b/.github/workflows/scb-bot.yaml @@ -11,7 +11,6 @@ # including mikefarah/yq to fetch local and remote versions of the scanners, # crazy-max/ghaction-import-gpg to import a GPG key, and jq to parse the JSON output of the scanner version API. - # The CI runs on ubuntu-22.04; More info about the installed software is found here: # https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md @@ -48,6 +47,7 @@ jobs: - wpscan - zap - zap-advanced + - zap-automation-framework # missing scanners are : nmap, nikto steps: - uses: actions/checkout@v4