Skip to content

Commit 9bced2a

Browse files
authored
Merge pull request #83 from bcgov/dependabot/github_actions/zaproxy/action-api-scan-0.10.0
Bump zaproxy/action-api-scan from 0.9.0 to 0.10.0
2 parents aaf9cba + 6c98c93 commit 9bced2a

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
@@ -161,6 +161,6 @@ jobs:
161161
# Get status, returns 0 if rollout is successful
162162
oc rollout status deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}
163163
- name: ZAP Scan
164-
uses: zaproxy/action-api-scan@v0.9.0
164+
uses: zaproxy/action-api-scan@v0.10.0
165165
with:
166166
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)