From b119457a47b7e734e207678ac1f3fece7ab465d3 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Fri, 31 Jan 2025 10:55:33 -0500 Subject: [PATCH] Update zaproxy-api-scan reference This changeset updates our GitHub Action for dynamic scans to use the latest release of the zaproxy-api-scan. 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 0de22c0fd..2d7311e1d 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -137,7 +137,7 @@ jobs: env: SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api - name: Run OWASP API Scan - uses: zaproxy/action-api-scan@v0.5.0 + uses: zaproxy/action-api-scan@v0.9.0 with: docker_name: 'ghcr.io/zaproxy/zaproxy:weekly' target: 'http://localhost:6011/docs/openapi.yml'