Skip to content

Commit be3eeb7

Browse files
Bump zaproxy/action-api-scan from 0.9.0 to 0.10.0
Bumps [zaproxy/action-api-scan](https://github.com/zaproxy/action-api-scan) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/zaproxy/action-api-scan/releases) - [Changelog](https://github.com/zaproxy/action-api-scan/blob/main/CHANGELOG.md) - [Commits](zaproxy/action-api-scan@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: zaproxy/action-api-scan dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c91f68a commit be3eeb7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-to.openshift-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ jobs:
164164
# Get status, returns 0 if rollout is successful
165165
oc rollout status deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}
166166
- name: ZAP Scan
167-
uses: zaproxy/action-api-scan@v0.9.0
167+
uses: zaproxy/action-api-scan@v0.10.0
168168
with:
169169
target: 'https://${{ env.APP_NAME }}-${{ env.OPENSHIFT_NAMESPACE_DEV }}.apps.silver.devops.gov.bc.ca/v3/api-docs'

.github/workflows/deploy-to.openshift-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ jobs:
130130
oc rollout status deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}
131131
132132
- name: ZAP Scan
133-
uses: zaproxy/action-api-scan@v0.9.0
133+
uses: zaproxy/action-api-scan@v0.10.0
134134
with:
135135
target: 'https://${{ env.APP_NAME }}-${{ env.OPENSHIFT_NAMESPACE_TEST }}.apps.silver.devops.gov.bc.ca/v3/api-docs'

0 commit comments

Comments
 (0)