From 5e0ba6a672334581d0ec41b28d44c72888a9e58a Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Tue, 26 Sep 2023 15:47:37 -0400 Subject: [PATCH] Trying ZAP weekly release instead of stable I noticed that a previous scan yesterday had referenced the weekly releases under the hood despite being configured for stable. Signed-off-by: Carlo Costino --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 109991619..08634f6e3 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -134,7 +134,7 @@ jobs: - name: Run OWASP Baseline Scan uses: zaproxy/action-api-scan@v0.5.0 with: - docker_name: 'ghcr.io/zaproxy/zaproxy:stable' + docker_name: 'ghcr.io/zaproxy/zaproxy:weekly' target: 'http://localhost:6011/docs/openapi.yml' fail_action: true allow_issue_writing: false