From 41bff07d3e09e89ff1d56029140cda69f420da92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:48:09 +0000 Subject: [PATCH] Bump zaproxy/action-api-scan from 0.8.0 to 0.9.0 Bumps [zaproxy/action-api-scan](https://github.com/zaproxy/action-api-scan) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/zaproxy/action-api-scan/releases) - [Changelog](https://github.com/zaproxy/action-api-scan/blob/main/CHANGELOG.md) - [Commits](https://github.com/zaproxy/action-api-scan/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: zaproxy/action-api-scan dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-to.openshift-dev.yml | 2 +- .github/workflows/deploy-to.openshift-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to.openshift-dev.yml b/.github/workflows/deploy-to.openshift-dev.yml index 03e183d..c454d3d 100644 --- a/.github/workflows/deploy-to.openshift-dev.yml +++ b/.github/workflows/deploy-to.openshift-dev.yml @@ -169,6 +169,6 @@ jobs: # Get status, returns 0 if rollout is successful oc rollout status dc/${{ env.SPRING_BOOT_IMAGE_NAME }} - name: ZAP Scan - uses: zaproxy/action-api-scan@v0.8.0 + uses: zaproxy/action-api-scan@v0.9.0 with: target: 'https://${{ env.APP_NAME }}-${{ env.OPENSHIFT_NAMESPACE_DEV }}.apps.silver.devops.gov.bc.ca/v3/api-docs' diff --git a/.github/workflows/deploy-to.openshift-test.yml b/.github/workflows/deploy-to.openshift-test.yml index 9bb14b2..636dd95 100644 --- a/.github/workflows/deploy-to.openshift-test.yml +++ b/.github/workflows/deploy-to.openshift-test.yml @@ -138,6 +138,6 @@ jobs: oc rollout status dc/${{ env.SPRING_BOOT_IMAGE_NAME }} - name: ZAP Scan - uses: zaproxy/action-api-scan@v0.8.0 + uses: zaproxy/action-api-scan@v0.9.0 with: target: 'https://${{ env.APP_NAME }}-${{ env.OPENSHIFT_NAMESPACE_TEST }}.apps.silver.devops.gov.bc.ca/v3/api-docs'