From dae7e11f9176b9452f68ca099c0c3cc94e17bf78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:40:39 +0000 Subject: [PATCH] Bump zaproxy/action-api-scan from 0.1.0 to 0.9.0 Bumps [zaproxy/action-api-scan](https://github.com/zaproxy/action-api-scan) from 0.1.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.1.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.dev.jinil.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.to.dev.jinil.yaml b/.github/workflows/deploy.to.dev.jinil.yaml index 2824806..71aafe0 100644 --- a/.github/workflows/deploy.to.dev.jinil.yaml +++ b/.github/workflows/deploy.to.dev.jinil.yaml @@ -138,6 +138,6 @@ jobs: # now hit it with a zap scan - name: ZAP Scan - uses: zaproxy/action-api-scan@v0.1.0 + uses: zaproxy/action-api-scan@v0.9.0 with: target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}-dev.apps.silver.devops.gov.bc.ca/api/v1/api-docs'