Skip to content

Commit 43c53f6

Browse files
authored
Merge pull request #19 from bcgov/dependabot/github_actions/zaproxy/action-api-scan-0.8.0
Bump zaproxy/action-api-scan from 0.7.0 to 0.8.0
2 parents 0321315 + b3e0ec5 commit 43c53f6

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
@@ -164,6 +164,6 @@ jobs:
164164
# Get status, returns 0 if rollout is successful
165165
oc rollout status dc/${{ env.SPRING_BOOT_IMAGE_NAME }}
166166
- name: ZAP Scan
167-
uses: zaproxy/action-api-scan@v0.7.0
167+
uses: zaproxy/action-api-scan@v0.8.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
@@ -133,6 +133,6 @@ jobs:
133133
oc rollout status dc/${{ env.SPRING_BOOT_IMAGE_NAME }}
134134
135135
- name: ZAP Scan
136-
uses: zaproxy/action-api-scan@v0.7.0
136+
uses: zaproxy/action-api-scan@v0.8.0
137137
with:
138138
target: 'https://${{ env.APP_NAME }}-${{ env.OPENSHIFT_NAMESPACE_TEST }}.apps.silver.devops.gov.bc.ca/v3/api-docs'

0 commit comments

Comments
 (0)