From daa12d216e565b428388fc040f7c7d4d03dc0c2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:47:03 +0000 Subject: [PATCH] chore(deps): update zaproxy/action-full-scan action to v0.11.0 (#181) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/scheduled.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 62acc50..1074b62 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -57,7 +57,7 @@ jobs: URL: ${{ github.event.repository.name }}-test-frontend.apps.silver.devops.gov.bc.ca 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_rctool" diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 8fcdc80..7239d1f 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -57,7 +57,7 @@ jobs: URL: ${{ github.event.repository.name }}-test-frontend.apps.silver.devops.gov.bc.ca 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_rctool"