From 3727619fd278f55efd23b6e45c184d8079c33443 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:57:50 -0700 Subject: [PATCH] chore(deps): update zaproxy/action-full-scan action to v0.11.0 (#386) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pentests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pentests.yml b/.github/workflows/pentests.yml index fcee7f65..e65d2c3b 100644 --- a/.github/workflows/pentests.yml +++ b/.github/workflows/pentests.yml @@ -20,7 +20,7 @@ jobs: component: [backend, frontend] steps: - name: ZAP Scan - uses: zaproxy/action-full-scan@v0.10.0 + uses: zaproxy/action-full-scan@v0.11.0 with: allow_issue_writing: true artifact_name: "zap_${{ matrix.component }}"