Skip to content

Commit 57c22bb

Browse files
authored
Merge pull request #51 from bcgov/dependabot/github_actions/zaproxy/action-api-scan-0.8.0
Bump zaproxy/action-api-scan from 0.5.0 to 0.8.0
2 parents 8a908b0 + 376cc60 commit 57c22bb

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)