Skip to content

Commit 777ffcb

Browse files
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](zaproxy/action-api-scan@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] <[email protected]>
1 parent e113483 commit 777ffcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,6 @@ jobs:
169169
# Get status, returns 0 if rollout is successful
170170
oc rollout status dc/${{ env.SPRING_BOOT_IMAGE_NAME }}
171171
- name: ZAP Scan
172-
uses: zaproxy/action-api-scan@v0.8.0
172+
uses: zaproxy/action-api-scan@v0.9.0
173173
with:
174174
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ jobs:
136136
oc rollout status dc/${{ env.SPRING_BOOT_IMAGE_NAME }}
137137
138138
- name: ZAP Scan
139-
uses: zaproxy/action-api-scan@v0.8.0
139+
uses: zaproxy/action-api-scan@v0.9.0
140140
with:
141141
target: 'https://${{ env.APP_NAME }}-${{ env.OPENSHIFT_NAMESPACE_TEST }}.apps.silver.devops.gov.bc.ca/v3/api-docs'

0 commit comments

Comments
 (0)