Skip to content

Commit 376cc60

Browse files
Bump zaproxy/action-api-scan from 0.5.0 to 0.8.0
Bumps [zaproxy/action-api-scan](https://github.com/zaproxy/action-api-scan) from 0.5.0 to 0.8.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.5.0...v0.8.0) --- updated-dependencies: - dependency-name: zaproxy/action-api-scan dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a908b0 commit 376cc60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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.5.0
172+
uses: zaproxy/action-api-scan@v0.8.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

Lines changed: 1 addition & 1 deletion
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.5.0
139+
uses: zaproxy/action-api-scan@v0.8.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)